DBA Data[Home] [Help]

APPS.EGO_CHANGE_USER_ATTRS_PUB dependencies on EGO_DATA_SECURITY

Line 571: l_can_edit_this_instance := EGO_DATA_SECURITY.Check_Function(

567: ------------------------------------------------------------------
568: l_could_edit_prev_instance := l_can_edit_this_instance;
569: --uncommenting the code for bug 5239327
570: G_ITEM_NAME := 'ENG_CHANGE';
571: l_can_edit_this_instance := EGO_DATA_SECURITY.Check_Function(
572: p_api_version => G_API_VERSION
573: ,p_function => G_FUNCTION_NAME
574: ,p_object_name => G_ITEM_NAME
575: ,p_instance_pk1_value => attr_rec.CHANGE_ID

Line 862: l_can_edit_this_instance := EGO_DATA_SECURITY.Check_Function(

858: -- may not have sufficient privileges on the next instance) --
859: ------------------------------------------------------------------
860: l_could_edit_prev_instance := l_can_edit_this_instance;
861: /*
862: l_can_edit_this_instance := EGO_DATA_SECURITY.Check_Function(
863: p_api_version => G_API_VERSION
864: ,p_function => G_FUNCTION_NAME
865: ,p_object_name => G_ITEM_NAME
866: ,p_instance_pk1_value => attr_rec.CHANGE_ID