DBA Data[Home] [Help]

APPS.AP_WEB_CUST_AME_PKG dependencies on GL_SETS_OF_BOOKS

Line 379: l_char_of_accounts_id GL_SETS_OF_BOOKS.CHART_OF_ACCOUNTS_ID%TYPE;

375: l_segment_name FND_SEGMENT_ATTRIBUTE_VALUES.application_column_name%TYPE := NULL;
376: l_rows_processed NUMBER := 0;
377: l_cur_hdl INTEGER;
378: l_query_stmt VARCHAR2(4000);
379: l_char_of_accounts_id GL_SETS_OF_BOOKS.CHART_OF_ACCOUNTS_ID%TYPE;
380:
381: BEGIN
382: -----------------------------------------------------
383: l_debug_info := 'open the cursor for processing';

Line 400: gl_sets_of_books GS,

396: -----------------------------------------------------
397: SELECT GS.chart_of_accounts_id
398: INTO l_char_of_accounts_id
399: FROM ap_system_parameters_all S,
400: gl_sets_of_books GS,
401: ap_expense_report_headers_all erh
402: WHERE GS.set_of_books_id = S.set_of_books_id
403: AND S.org_id = erh.org_id
404: AND erh.report_header_id = p_report_header_id;