DBA Data[Home] [Help]

APPS.AP_WEB_OA_REPORTING_UTIL dependencies on GL_SETS_OF_BOOKS

Line 143: gl_sets_of_books GS

139: -- Query up the Chart of Accounts Id for the Employee
140: SELECT GS.chart_of_accounts_id, S.base_currency_code, S.default_exchange_rate_type
141: INTO l_chart_of_accounts_id, l_base_currency_code, l_exchange_rate_type
142: FROM ap_system_parameters S,
143: gl_sets_of_books GS
144: WHERE GS.set_of_books_id = S.set_of_books_id
145: AND rownum = 1;
146:
147: p_chart_of_accounts_id := l_chart_of_accounts_id;