DBA Data[Home] [Help]

APPS.AP_IMPORT_VALIDATION_PKG dependencies on AP_INVOICES_PKG

Line 17077: AP_INVOICES_PKG.get_expenditure_item_date(

17073: '(v_check_line_project_info 2) Get expenditure item date');
17074: END IF;
17075:
17076: p_invoice_lines_rec.expenditure_item_date :=
17077: AP_INVOICES_PKG.get_expenditure_item_date(
17078: p_invoice_rec.invoice_id,
17079: p_invoice_rec.invoice_date,
17080: p_accounting_date,
17081: NULL,

Line 19005: l_expd_item_date := AP_INVOICES_PKG.get_expenditure_item_date(

19001: IF (p_invoice_lines_rec.expenditure_item_date IS NULL AND
19002: l_expd_item_date IS NULL AND
19003: (p_invoice_lines_rec.project_id IS NOT NULL OR
19004: l_dset_lines_tab(i).project_id IS NOT NULL)) THEN
19005: l_expd_item_date := AP_INVOICES_PKG.get_expenditure_item_date(
19006: p_invoice_rec.invoice_id,
19007: p_invoice_rec.invoice_date,
19008: nvl(p_invoice_lines_rec.accounting_date,
19009: p_gl_date_from_get_info),

Line 23118: ap_invoices_pkg.get_payment_attributes(

23114: --end Bug 9133220
23115: END IF;
23116:
23117:
23118: ap_invoices_pkg.get_payment_attributes(
23119: p_le_id =>p_invoice_rec.legal_entity_id,
23120: p_org_id =>p_invoice_rec.org_id,
23121: p_payee_party_id =>nvl(l_remit_party_id,p_invoice_rec.party_id), --Bug 8345877
23122: p_payee_party_site_id =>nvl(l_remit_party_site_id,p_invoice_rec.party_site_id), --Bug 8345877