DBA Data[Home] [Help]

APPS.OKL_VENDORMERGE_GRP dependencies on OKL_EXT_PAY_INVS_ALL_B

Line 452: --Update OKL_EXT_PAY_INVS_ALL_B for references of Vendor and Vendor Site

448: LAST_UPDATE_DATE = l_last_update_date,
449: LAST_UPDATE_LOGIN = l_last_update_login
450: WHERE VENDOR_ID = p_dup_vendor_id;
451:
452: --Update OKL_EXT_PAY_INVS_ALL_B for references of Vendor and Vendor Site
453: --Both the updates can be done in single update as both Vendor and Vendor
454: --Site will be there together in any record
455: UPDATE OKL_EXT_PAY_INVS_ALL_B
456: SET VENDOR_ID = p_vendor_id,

Line 455: UPDATE OKL_EXT_PAY_INVS_ALL_B

451:
452: --Update OKL_EXT_PAY_INVS_ALL_B for references of Vendor and Vendor Site
453: --Both the updates can be done in single update as both Vendor and Vendor
454: --Site will be there together in any record
455: UPDATE OKL_EXT_PAY_INVS_ALL_B
456: SET VENDOR_ID = p_vendor_id,
457: VENDOR_SITE_ID = p_vendor_site_id,
458: LAST_UPDATED_BY = l_last_updated_by,
459: LAST_UPDATE_DATE = l_last_update_date,