DBA Data[Home] [Help]

APPS.AP_CARD_VALIDATE_PKG dependencies on AP_SYSTEM_PARAMETERS

Line 523: from ap_system_parameters S,

519: l_debug_info := 'Get Chart of Accounts ID';
520: ----------------------------------------
521: select GS.chart_of_accounts_id
522: into l_chart_of_accounts_id
523: from ap_system_parameters S,
524: gl_sets_of_books GS
525: where GS.set_of_books_id = S.set_of_books_id;
526: ----------------------------------------
527: l_debug_info := 'Get Segment Delimiter';