DBA Data[Home] [Help]

APPS.AP_CUSTOM_INT_INV_PKG dependencies on USER_OBJECTS

Line 176: from user_objects

172:
173: -- Call Stored Procedure JL_BR_INTEREST for calculation of INTEREST_AMOUNT
174:
175: SELECT 'X' into dummy
176: from user_objects
177: where object_name = 'JL_BR_INTEREST_HANDLING'
178: and object_type = 'PACKAGE BODY';
179:
180: debug_info := 'apcci calling JL_BR_INTEREST_HANDLING ';