DBA Data[Home] [Help]

APPS.POA_SAVINGS_NP dependencies on POA_CURRENCY_PKG

Line 309: , POA_CURRENCY_PKG.get_global_currency_rate (phc.rate_type,

305: , NULL
306: , pod.rate
307: , NVL(POA_OLTP_GENERIC_PKG.get_approved_date_poh(pod.creation_date, phc.po_header_id),
308: phc.approved_date)
309: , POA_CURRENCY_PKG.get_global_currency_rate (phc.rate_type,
310: decode(phc.rate_type, 'User', gl.currency_code,
311: NVL(phc.currency_code, gl.currency_code)),
312: NVL(pod.rate_date, pod.creation_date), phc.rate)
313: , fnd_global.user_id

Line 490: , POA_CURRENCY_PKG.get_global_currency_rate (phc.rate_type,

486: , NULL
487: , pod.rate
488: , NVL(POA_OLTP_GENERIC_PKG.get_approved_date_poh(pod.creation_date, phc.po_header_id),
489: phc.approved_date)
490: , POA_CURRENCY_PKG.get_global_currency_rate (phc.rate_type,
491: decode(phc.rate_type, 'User', gl.currency_code,
492: NVL(phc.currency_code,gl.currency_code)),
493: NVL(pod.rate_date, pod.creation_date), phc.rate)
494: , fnd_global.user_id

Line 795: , POA_CURRENCY_PKG.get_global_currency_rate (phc.rate_type,

791: , pod.code_combination_id
792: , pod.rate
793: , NVL(POA_OLTP_GENERIC_PKG.get_approved_date_poh(pod.creation_date, phc.po_header_id),
794: phc.approved_date)
795: , POA_CURRENCY_PKG.get_global_currency_rate (phc.rate_type,
796: decode(phc.rate_type, 'User', gl.currency_code,
797: NVL(phc.currency_code,gl.currency_code)),
798: NVL(pod.rate_date, pod.creation_date), phc.rate)
799: INTO v_npcontract_purchase_amount,