DBA Data[Home] [Help]

APPS.AP_CUSTOM_INT_INV_PKG dependencies on AP_INVOICES

Line 55: from ap_invoices

51: -- package for interest calculation
52:
53:
54: Select org_id into l_org_id
55: from ap_invoices
56: where invoice_id=p_invoice_id;
57:
58: IF (FV_INSTALL.ENABLED (l_org_id)) THEN
59:

Line 107: -- Get vendor_site_id from ap_invoices

103: --
104: -- Get payment_location
105: FND_PROFILE.GET('JLBR_PAYMENT_LOCATION',l_payment_location);
106:
107: -- Get vendor_site_id from ap_invoices
108: SELECT vendor_site_id
109: INTO l_vendor_site_id
110: FROM ap_invoices
111: WHERE invoice_id = p_invoice_id;

Line 110: FROM ap_invoices

106:
107: -- Get vendor_site_id from ap_invoices
108: SELECT vendor_site_id
109: INTO l_vendor_site_id
110: FROM ap_invoices
111: WHERE invoice_id = p_invoice_id;
112:
113: IF NVL(l_payment_location,'$') = '1' THEN -- 1 COMPANY
114: -- Get city from ap_system_parameters