DBA Data[Home] [Help]

APPS.AP_CUSTOM_TRIAL_BALANCE_PP_PKG dependencies on USER_OBJECTS

Line 28: from user_objects

24: -- Call Stored Procedure JL_BR_AP_BAL_MAINTENANCE to create the balance
25: -- and transactions
26:
27: SELECT 'X' into dummy
28: from user_objects
29: where object_name = 'JL_BR_AP_BALANCE_MAINTENANCE'
30: and object_type = 'PACKAGE BODY';
31:
32: c := dbms_sql.open_cursor;