DBA Data[Home] [Help]

APPS.PJM_TRANSFER_CHARGES_PKG dependencies on AP_SYSTEM_PARAMETERS_ALL

Line 277: l_base_currency_code AP_System_parameters_all.base_currency_code%TYPE;

273: l_Exp_Type VARCHAR2(30);
274: l_curr_invoice_id NUMBER;
275: l_first_invoice BOOLEAN;
276: l_imp_req_id NUMBER;
277: l_base_currency_code AP_System_parameters_all.base_currency_code%TYPE;
278:
279: -- l_msg_application VARCHAR2(30) := 'PA';
280: -- l_msg_type VARCHAR2(30);
281: -- l_msg_token1 VARCHAR2(30);

Line 682: from ap_system_parameters_all ap

678: if InvRec.Line_Type_Lookup_Code in ('ERV','TERV')
679: then
680: select ap.base_currency_code
681: into l_base_currency_code
682: from ap_system_parameters_all ap
683: where ap.org_id = InvRec.Org_Id;
684: else
685: l_base_currency_code := InvRec.Invoice_Currency_Code;
686: end if;

Line 1434: from ap_system_parameters_all ap

1430: if InvRec.Line_Type_Lookup_Code in ('ERV','TERV')
1431: then
1432: select ap.base_currency_code
1433: into l_base_currency_code
1434: from ap_system_parameters_all ap
1435: where ap.org_id = InvRec.Org_Id;
1436: else
1437: l_base_currency_code := InvRec.Invoice_Currency_Code;
1438: end if;