DBA Data[Home] [Help]

APPS.PAAPIMP_PKG dependencies on PA_AP_INTEGRATION

Line 497: PA_AP_INTEGRATION.get_si_cost_exp_item_date(

493: DIST.Project_id project_id,
494: DIST.Task_id task_id,
495: VEND.employee_id employee_id,
496: DIST.Expenditure_type expenditure_type,
497: PA_AP_INTEGRATION.get_si_cost_exp_item_date(
498: chk.check_date,
499: pay.accounting_date,
500: dist.expenditure_item_date,
501: pay.creation_date,

Line 627: PA_AP_INTEGRATION.get_si_cost_exp_item_date(

623: nvl(rcv_txn.project_id , po_dist.project_id) project_id, /* Bug 6989609 : Added NVL */
624: nvl(rcv_txn.task_id , po_dist.task_id) task_id, /* Bug 6989609 : Added NVL */
625: VEND.employee_id employee_id, /* Removed NVL for 3297771 */
626: po_dist.expenditure_type,
627: PA_AP_INTEGRATION.get_si_cost_exp_item_date(
628: rcv_txn.transaction_date,
629: rcv_sub.accounting_date,
630: po_dist.expenditure_item_date,
631: rcv_txn.creation_date,

Line 846: PA_AP_INTEGRATION.get_si_cost_exp_item_date(

842: DIST.Expenditure_type expenditure_type,
843: CASE WHEN inv.invoice_type_lookup_code = 'EXPENSE REPORT' THEN
844: DIST.Expenditure_Item_Date
845: ELSE
846: PA_AP_INTEGRATION.get_si_cost_exp_item_date(
847: chk.check_date,
848: pay.accounting_date,
849: dist.expenditure_item_date,
850: pay.creation_date,