DBA Data[Home] [Help]

APPS.ENG_WORKFLOW_UTIL dependencies on EGO_SECURITY_PUB

Line 9082: EGO_SECURITY_PUB.grant_role_guid

9078: x_return_status := FND_API.G_RET_STS_SUCCESS;
9079:
9080:
9081:
9082: EGO_SECURITY_PUB.grant_role_guid
9083: ( p_api_version => 1.0 ,
9084: p_role_name => p_role_name ,
9085: p_object_name => GetChangeObjectName(p_change_id) ,
9086: p_instance_type => 'INSTANCE' ,

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

9099: );
9100:
9101:
9102: --
9103: -- EGO Security pub returns T if the action is success
9104: -- and F on failure
9105: --
9106: IF ( l_return_status = FND_API.G_TRUE OR
9107: l_return_status = FND_API.G_FALSE )