DBA Data[Home] [Help]

APPS.PA_BUDGET_FUND_PKG dependencies on GL_JE_SOURCES

Line 91: l_source_name gl_je_sources.user_je_source_name%type;

87:
88: l_header_id number; --IGC_CC_INTERFACE.cc_header_id%TYPE ;
89: l_set_of_books_id pa_implementations_all.set_of_books_id%type;
90: l_category_name gl_je_categories.user_je_category_name%type ;
91: l_source_name gl_je_sources.user_je_source_name%type;
92: l_batch_line_num number; --IGC_CC_INTERFACE.batch_line_num%TYPE ;
93: l_code_combination_id gl_code_combinations.code_combination_id%TYPE ;
94: l_actual_flag gl_bc_packets.actual_flag%TYPE ;
95: l_currency_code gl_sets_of_books.currency_code%TYPE ;

Line 132: from gl_je_sources

128: where je_category_name = 'Budget' ;
129:
130: select user_je_source_name
131: into l_source_name
132: from gl_je_sources
133: where je_source_name = 'Project Accounting' ;
134:
135: -----------------------------------------------------
136: -- deriving calling mode