DBA Data[Home] [Help]

APPS.XTR_HEDGE_PROCESS_P dependencies on AP_INVOICES_ALL

Line 1704: l_ap_source AP_INVOICES_ALL.source%type;

1700:
1701: l_ap_invtype VARCHAR2(25);
1702: l_vendor_id NUMBER(15);
1703: l_ap_org_id NUMBER(15);
1704: l_ap_source AP_INVOICES_ALL.source%type;
1705:
1706: cursor invoice(p_invoice_id in number) is
1707: select invoice_num, invoice_date, source, invoice_type_lookup_code,
1708: vendor_id, org_id, payment_currency_code

Line 1709: from ap_invoices_all

1705:
1706: cursor invoice(p_invoice_id in number) is
1707: select invoice_num, invoice_date, source, invoice_type_lookup_code,
1708: vendor_id, org_id, payment_currency_code
1709: from ap_invoices_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