DBA Data[Home] [Help]

APPS.PJM_TRANSFER_CHARGES_PKG dependencies on AP_SYSTEM_PARAMETERS_ALL

Line 278: l_base_currency_code AP_System_parameters_all.base_currency_code%TYPE;

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

Line 698: from ap_system_parameters_all ap

694: if InvRec.Line_Type_Lookup_Code in ('ERV','TERV')
695: then
696: select ap.base_currency_code
697: into l_base_currency_code
698: from ap_system_parameters_all ap
699: where ap.org_id = InvRec.Org_Id;
700: else
701: l_base_currency_code := InvRec.Invoice_Currency_Code;
702: end if;

Line 1578: from ap_system_parameters_all ap

1574: if InvRec.Line_Type_Lookup_Code in ('ERV','TERV')
1575: then
1576: select ap.base_currency_code
1577: into l_base_currency_code
1578: from ap_system_parameters_all ap
1579: where ap.org_id = InvRec.Org_Id;
1580: else
1581: l_base_currency_code := InvRec.Invoice_Currency_Code;
1582: end if;