DBA Data[Home] [Help]

APPS.AP_CUSTOM_INT_INV_PKG dependencies on USER_OBJECTS

Line 140: from user_objects

136:
137: -- Call Stored Procedure JL_BR_INTEREST for calculation of INTEREST_AMOUNT
138:
139: SELECT 'X' into dummy
140: from user_objects
141: where object_name = 'JL_BR_INTEREST_HANDLING'
142: and object_type = 'PACKAGE BODY';
143:
144: c := dbms_sql.open_cursor;