//Find arguments to be Passed for a Procedure/Function within Package
// Package Name : INV_LOT_API_PUB
// Object Name (Method Name ): INSERTLOT
SELECT
*
FROM
user_arguments
WHERE
package_name LIKE 'INV_LOT_API_PUB'
AND
object_name LIKE 'INSERTLOT';
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment