DBA Data[Home] [Help]

APPS.IGI_CIS2007_IGIPMTHR_PKG dependencies on AP_INVOICES_ALL

Line 166: p_inv_id in ap.ap_invoices_all.invoice_id%Type,

162: END Populate_Vendors;
163:
164: PROCEDURE GET_PAYMENT_CIS_DETAILS(
165: p_inv_pay_id in number, --igi_cis_mth_ret_pay_t.invoice_payment_id%Type,
166: p_inv_id in ap.ap_invoices_all.invoice_id%Type,
167: p_tax_mth_start_date in date,
168: p_tax_mth_end_date in date,
169: p_pay_amount in out nocopy number, --igi_cis_mth_ret_pay_t.payment_amount%Type,
170: p_discount_amount in number,

Line 255: l_inv_amount ap.ap_invoices_all.invoice_amount%Type;

251: -- for the tax period
252: -- and trunc(accounting_date) between trunc(p_tax_mth_start_date)
253: -- and trunc(p_tax_mth_end_date);
254: -- Define local variables
255: l_inv_amount ap.ap_invoices_all.invoice_amount%Type;
256: l_inv_labour_amount number; --igi_cis_mth_ret_pay_t.labour_cost%Type;
257: l_inv_material_amount number; --igi_cis_mth_ret_pay_t.material_cost%Type;
258: l_awt_amount number; --igi_cis_mth_ret_pay_t.total_deductions%Type;
259: l_material_amount number; --igi_cis_mth_ret_pay_t.material_cost%Type;