DBA Data[Home] [Help]

APPS.AP_EXPENSE_FEED_DISTS_PKG dependencies on AP_SYSTEM_PARAMETERS

Line 55: from ap_system_parameters S,

51: l_debug_info := 'Get Chart of Accounts ID';
52: ----------------------------------------
53: select GS.chart_of_accounts_id
54: into l_chart_of_accounts_id
55: from ap_system_parameters S,
56: gl_sets_of_books GS
57: where GS.set_of_books_id = S.set_of_books_id;
58:
59: -----------------------------------------------