DBA Data[Home] [Help]

APPS.AP_VENDORS_PKG dependencies on AP_SUPPLIER_SITES_ALL

Line 1359: UPDATE Ap_Supplier_Sites_ALL

1355: end if;
1356:
1357: /* Bug 5412440 */
1358: IF (p_vendor_rec.allow_awt_flag = 'N') THEN
1359: UPDATE Ap_Supplier_Sites_ALL
1360: SET allow_awt_flag = 'N',
1361: awt_group_id = NULL
1362: WHERE vendor_id = p_vendor_rec.vendor_id;
1363: END IF;