DBA Data[Home] [Help]

APPS.ENG_WORKFLOW_UTIL dependencies on EGO_SECURITY_PUB

Line 9158: EGO_SECURITY_PUB.grant_role_guid

9154: x_return_status := FND_API.G_RET_STS_SUCCESS;
9155:
9156:
9157:
9158: EGO_SECURITY_PUB.grant_role_guid
9159: ( p_api_version => 1.0 ,
9160: p_role_name => p_role_name ,
9161: p_object_name => GetChangeObjectName(p_change_id) ,
9162: p_instance_type => 'INSTANCE' ,

Line 9179: -- EGO Security pub returns T if the action is success

9175: );
9176:
9177:
9178: --
9179: -- EGO Security pub returns T if the action is success
9180: -- and F on failure
9181: --
9182: IF ( l_return_status = FND_API.G_TRUE OR
9183: l_return_status = FND_API.G_FALSE )