DBA Data[Home] [Help]

APPS.XTR_HEDGE_PROCESS_P dependencies on AP_PAYMENT_SCHEDULES_ALL

Line 1714: from ap_payment_schedules_all

1710: where invoice_id = p_invoice_id;
1711:
1712: cursor ap_pmts(p_invoice_id in number, p_payment_num in number) is
1713: select due_date
1714: from ap_payment_schedules_all
1715: where invoice_id = p_invoice_id
1716: and payment_num = p_payment_num;
1717:
1718: cursor ap_trxtype is