DBA Data[Home] [Help]

APPS.POS_ASN_SEARCH_PKG dependencies on AK_RESP_SECURITY_ATTRIBUTES

Line 221: from ak_resp_security_attributes

217: where ATTRIBUTE_CODE = 'ICX_SUPPLIER_SITE_ID'
218: and ak.NUMBER_VALUE = vs.VENDOR_SITE_ID
219: and WEB_USER_ID = l_user_id
220: and exists (select 1
221: from ak_resp_security_attributes
222: where attribute_code = 'ICX_SUPPLIER_SITE_ID'
223: and responsibility_id = l_responsibility_id);
224:
225: exception