DBA Data[Home] [Help]

APPS.AP_VENDORS_PKG dependencies on AP_SUPPLIER_SITES_ALL

Line 1333: UPDATE Ap_Supplier_Sites_ALL

1329: end if;
1330:
1331: /* Bug 5412440 */
1332: IF (p_vendor_rec.allow_awt_flag = 'N') THEN
1333: UPDATE Ap_Supplier_Sites_ALL
1334: SET allow_awt_flag = 'N',
1335: awt_group_id = NULL
1336: WHERE vendor_id = p_vendor_rec.vendor_id;
1337: END IF;