DBA Data[Home] [Help]

APPS.ENG_NIR_UTIL_PKG dependencies on EGO_DATA_SECURITY

Line 141: l_chk_fn_ret_val := EGO_DATA_SECURITY.check_function

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

Line 161: l_chk_fn_ret_val := EGO_DATA_SECURITY.check_inherited_function

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

Line 310: l_chk_fn_ret_val := EGO_DATA_SECURITY.check_function

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

Line 326: l_chk_fn_ret_val := EGO_DATA_SECURITY.check_inherited_function

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