DBA Data[Home] [Help]

APPS.OKL_VENDORMERGE_GRP dependencies on OKL_TAX_ATTR_DEFINITIONS

Line 225: --Update OKL_TAX_ATTR_DEFINITIONS for references of Vendor Site

221: ELSIF (l_return_status = okl_api.g_ret_sts_error) THEN
222: RAISE okl_api.g_exception_error;
223: END IF;
224:
225: --Update OKL_TAX_ATTR_DEFINITIONS for references of Vendor Site
226: UPDATE OKL_TAX_ATTR_DEFINITIONS
227: SET VENDOR_SITE_ID = p_vendor_site_id,
228: LAST_UPDATED_BY = l_last_updated_by,
229: LAST_UPDATE_DATE = l_last_update_date,

Line 226: UPDATE OKL_TAX_ATTR_DEFINITIONS

222: RAISE okl_api.g_exception_error;
223: END IF;
224:
225: --Update OKL_TAX_ATTR_DEFINITIONS for references of Vendor Site
226: UPDATE OKL_TAX_ATTR_DEFINITIONS
227: SET VENDOR_SITE_ID = p_vendor_site_id,
228: LAST_UPDATED_BY = l_last_updated_by,
229: LAST_UPDATE_DATE = l_last_update_date,
230: LAST_UPDATE_LOGIN = l_last_update_login