DBA Data[Home] [Help]

APPS.AP_VENDOR_SITES_PKG dependencies on IGI_CIS2007_UTIL_PKG

Line 1838: IGI_CIS2007_UTIL_PKG.SUPPLIER_SITE_UPDATE(

1834: --Bug 6216082 Begins. Added the following call to IGI package
1835: --Bug 7577497 Added another parameter to the function call p_pay_tax_grp_id
1836: IF (p_vendor_site_rec.Awt_Group_Id IS NOT NULL OR
1837: p_vendor_site_rec.Pay_Awt_Group_Id IS NOT NULL) THEN
1838: IGI_CIS2007_UTIL_PKG.SUPPLIER_SITE_UPDATE(
1839: p_vendor_id => p_vendor_site_rec.Vendor_Id,
1840: p_vendor_site_id => p_vendor_site_id,
1841: p_tax_grp_id => p_vendor_site_rec.Awt_Group_Id,
1842: p_pay_tax_grp_id => p_vendor_site_rec.Pay_Awt_Group_Id