DBA Data[Home] [Help]

APPS.AP_VENDOR_SITES_PKG dependencies on IGI_CIS2007_UTIL_PKG

Line 1891: IGI_CIS2007_UTIL_PKG.SUPPLIER_SITE_UPDATE(

1887: --Bug 6216082 Begins. Added the following call to IGI package
1888: --Bug 7577497 Added another parameter to the function call p_pay_tax_grp_id
1889: IF (p_vendor_site_rec.Awt_Group_Id IS NOT NULL OR
1890: p_vendor_site_rec.Pay_Awt_Group_Id IS NOT NULL) THEN
1891: IGI_CIS2007_UTIL_PKG.SUPPLIER_SITE_UPDATE(
1892: p_vendor_id => p_vendor_site_rec.Vendor_Id,
1893: p_vendor_site_id => p_vendor_site_id,
1894: p_tax_grp_id => p_vendor_site_rec.Awt_Group_Id,
1895: p_pay_tax_grp_id => p_vendor_site_rec.Pay_Awt_Group_Id