DBA Data[Home] [Help]

APPS.AP_AUTOMATIC_PROPAGATION_PKG dependencies on AP_SUPPLIERS

Line 6: P_vendor_id ap_suppliers.vendor_id%TYPE,

2: /* $Header: apautprb.pls 120.6 2011/02/23 12:12:34 ankuprad noship $ */
3:
4: FUNCTION Get_Affected_Invoices_Count(
5: P_external_bank_account_id iby_ext_bank_accounts.ext_bank_account_id%TYPE,
6: P_vendor_id ap_suppliers.vendor_id%TYPE,
7: P_vendor_site_id ap_supplier_sites.vendor_site_id%TYPE DEFAULT NULL,
8: P_party_Site_Id ap_supplier_sites.party_site_id%TYPE DEFAULT NULL,
9: P_org_id ap_invoices.org_id%TYPE DEFAULT NULL
10: ) RETURN NUMBER IS

Line 94: P_vendor_id ap_suppliers.vendor_id%TYPE,

90:
91: /* Bug 10634847 Added API to return selected invoices for payments count */
92: FUNCTION Get_Selected_Invoices_Count(
93: P_external_bank_account_id iby_ext_bank_accounts.ext_bank_account_id%TYPE,
94: P_vendor_id ap_suppliers.vendor_id%TYPE,
95: P_vendor_site_id ap_supplier_sites.vendor_site_id%TYPE DEFAULT NULL,
96: P_party_Site_Id ap_supplier_sites.party_site_id%TYPE DEFAULT NULL,
97: P_org_id ap_invoices.org_id%TYPE DEFAULT NULL
98: ) RETURN NUMBER IS

Line 212: p_vendor_id ap_suppliers.vendor_id%TYPE,

208:
209: PROCEDURE Update_Payment_Schedules (
210: p_from_bank_account_id iby_ext_bank_accounts.ext_bank_account_id%TYPE,
211: p_to_bank_account_id iby_ext_bank_accounts.ext_bank_account_id%TYPE,
212: p_vendor_id ap_suppliers.vendor_id%TYPE,
213: P_vendor_site_id ap_supplier_sites.vendor_site_id%TYPE DEFAULT NULL,
214: P_party_Site_Id ap_supplier_sites.party_site_id%TYPE DEFAULT NULL,
215: P_org_id ap_invoices.org_id%TYPE DEFAULT NULL,
216: P_party_id ap_suppliers.party_id%TYPE DEFAULT NULL -- Added for bug 9410719

Line 216: P_party_id ap_suppliers.party_id%TYPE DEFAULT NULL -- Added for bug 9410719

212: p_vendor_id ap_suppliers.vendor_id%TYPE,
213: P_vendor_site_id ap_supplier_sites.vendor_site_id%TYPE DEFAULT NULL,
214: P_party_Site_Id ap_supplier_sites.party_site_id%TYPE DEFAULT NULL,
215: P_org_id ap_invoices.org_id%TYPE DEFAULT NULL,
216: P_party_id ap_suppliers.party_id%TYPE DEFAULT NULL -- Added for bug 9410719
217: ) IS
218:
219: -- Added for bug 9410719
220: G_LEVEL_STATEMENT CONSTANT NUMBER := FND_LOG.LEVEL_STATEMENT;