DBA Data[Home] [Help]

APPS.PJM_TRANSFER_IPV_PKG dependencies on AP_SYSTEM_PARAMETERS

Line 180: l_base_currency_code AP_System_parameters.base_currency_code%TYPE;

176: l_ERV_Exp_Type VARCHAR2(30);
177: l_curr_invoice_id NUMBER;
178: l_first_invoice BOOLEAN;
179: l_imp_req_id NUMBER;
180: l_base_currency_code AP_System_parameters.base_currency_code%TYPE;
181:
182: -- l_msg_application VARCHAR2(30) := 'PA';
183: -- l_msg_type VARCHAR2(30);
184: -- l_msg_token1 VARCHAR2(30);

Line 310: ap_system_parameters ap

306:
307: select ap.base_currency_code
308: into l_base_currency_code
309: from gl_sets_of_books gl,
310: ap_system_parameters ap
311: where gl.set_of_books_id = ap.set_of_books_id;
312:
313: ----------------------------------------------------------------------
314: -- Set pa_addition_flag of all eligible invoice distributions