DBA Data[Home] [Help]

APPS.AP_CARD_VALIDATE_PKG dependencies on AP_SYSTEM_PARAMETERS

Line 421: from ap_system_parameters S,

417: l_debug_info := 'Get Chart of Accounts ID';
418: ----------------------------------------
419: select GS.chart_of_accounts_id
420: into l_chart_of_accounts_id
421: from ap_system_parameters S,
422: gl_sets_of_books GS
423: where GS.set_of_books_id = S.set_of_books_id;
424: ----------------------------------------
425: l_debug_info := 'Get Segment Delimiter';