DBA Data[Home] [Help]

APPS.ENG_NIR_UTIL_PKG dependencies on EGO_DATA_SECURITY

Line 137: l_chk_fn_ret_val := EGO_DATA_SECURITY.check_function

133: -- First check whether user has edit privilege on this change or not.
134: SELECT PERSON_ID into l_party_id FROM EGO_PEOPLE_V WHERE USER_ID = p_wf_user_id;
135: /*
136: IF p_check_security = TRUE THEN
137: l_chk_fn_ret_val := EGO_DATA_SECURITY.check_function
138: (
139: p_api_version=>1.0,
140: p_function => 'ENG_EDIT_CHANGE',
141: p_object_name => 'ENG_CHANGE',

Line 157: l_chk_fn_ret_val := EGO_DATA_SECURITY.check_inherited_function

153: SELECT PK1_VALUE, PK2_VALUE INTO l_inventory_item_id, l_organization_id
154: FROM ENG_CHANGE_SUBJECTS
155: WHERE ENTITY_NAME = 'EGO_ITEM' AND CHANGE_ID = p_change_id;
156:
157: l_chk_fn_ret_val := EGO_DATA_SECURITY.check_inherited_function
158: (
159: p_api_version => 1.0,
160: p_function => 'ENG_EDIT_CHANGE',
161: p_object_name => 'ENG_CHANGE',

Line 306: l_chk_fn_ret_val := EGO_DATA_SECURITY.check_function

302: LOOP
303:
304: -- First check whether the user has cancel/edit privilege to cancel the line or NIR
305: IF p_check_security = TRUE THEN
306: l_chk_fn_ret_val := EGO_DATA_SECURITY.check_function
307: (
308: p_api_version=>1.0,
309: p_function => 'ENG_EDIT_CHANGE',
310: p_object_name => 'ENG_CHANGE',

Line 322: l_chk_fn_ret_val := EGO_DATA_SECURITY.check_inherited_function

318:
319: -- If the User does not have direct roles for Editing this NIR, We have to check for Inherited roles.
320: IF NOT 'T' = l_chk_fn_ret_val THEN
321: -- Get the Inventory Item Id and Organization Id of the Item
322: l_chk_fn_ret_val := EGO_DATA_SECURITY.check_inherited_function
323: (
324: p_api_version => 1.0,
325: p_function => 'ENG_EDIT_CHANGE',
326: p_object_name => 'ENG_CHANGE',