DBA Data[Home] [Help]

APPS.PAAPIMP_PKG dependencies on PA_AP_INTEGRATION

Line 492: PA_AP_INTEGRATION.get_si_cost_exp_item_date(

488: DIST.Project_id project_id,
489: DIST.Task_id task_id,
490: VEND.employee_id employee_id,
491: DIST.Expenditure_type expenditure_type,
492: PA_AP_INTEGRATION.get_si_cost_exp_item_date(
493: chk.check_date,
494: pay.accounting_date,
495: dist.expenditure_item_date,
496: pay.creation_date,

Line 620: PA_AP_INTEGRATION.get_si_cost_exp_item_date(

616: nvl(rcv_txn.project_id , po_dist.project_id) project_id, /* Bug 6989609 : Added NVL */
617: nvl(rcv_txn.task_id , po_dist.task_id) task_id, /* Bug 6989609 : Added NVL */
618: VEND.employee_id employee_id, /* Removed NVL for 3297771 */
619: po_dist.expenditure_type,
620: PA_AP_INTEGRATION.get_si_cost_exp_item_date(
621: rcv_txn.transaction_date,
622: rcv_sub.accounting_date,
623: po_dist.expenditure_item_date,
624: rcv_txn.creation_date,

Line 839: PA_AP_INTEGRATION.get_si_cost_exp_item_date(

835: DIST.Expenditure_type expenditure_type,
836: CASE WHEN inv.invoice_type_lookup_code = 'EXPENSE REPORT' THEN
837: DIST.Expenditure_Item_Date
838: ELSE
839: PA_AP_INTEGRATION.get_si_cost_exp_item_date(
840: chk.check_date,
841: pay.accounting_date,
842: dist.expenditure_item_date,
843: pay.creation_date,