DBA Data[Home] [Help]

APPS.AP_WEB_AME_PKG dependencies on GL_SETS_OF_BOOKS

Line 274: l_char_of_accounts_id GL_SETS_OF_BOOKS.CHART_OF_ACCOUNTS_ID%TYPE;

270: l_rows_processed NUMBER := 0;
271: l_cur_hdl INTEGER;
272: l_query_stmt VARCHAR2(4000);
273: l_errorText VARCHAR2(200);
274: l_char_of_accounts_id GL_SETS_OF_BOOKS.CHART_OF_ACCOUNTS_ID%TYPE;
275:
276: BEGIN
277:
278: -----------------------------------------------------

Line 291: gl_sets_of_books GS,

287: -----------------------------------------------------
288: SELECT GS.chart_of_accounts_id
289: INTO l_char_of_accounts_id
290: FROM ap_system_parameters_all S,
291: gl_sets_of_books GS,
292: ap_expense_report_headers_all erh
293: WHERE GS.set_of_books_id = S.set_of_books_id
294: AND S.org_id = erh.org_id
295: AND erh.report_header_id = p_report_header_id;