DBA Data[Home] [Help]

APPS.AP_EXPENSE_FEED_DISTS_PKG dependencies on GL_SETS_OF_BOOKS

Line 26: l_chart_of_accounts_id GL_SETS_OF_BOOKS.chart_of_accounts_id%TYPE;

22: l_code_combination_id NUMBER;
23: l_num_segments NUMBER;
24: l_flex_segment_number NUMBER;
25: l_cc_flex_segment_number NUMBER;
26: l_chart_of_accounts_id GL_SETS_OF_BOOKS.chart_of_accounts_id%TYPE;
27: l_debug_info VARCHAR2(100);
28: l_current_calling_sequence varchar2(2000);
29: BEGIN
30:

Line 56: gl_sets_of_books GS

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: -----------------------------------------------
60: l_debug_info := 'Get Cost Center Qualifier Segment Number';