DBA Data[Home] [Help]

APPS.EGO_ODI_PUB dependencies on FND_SECURITY_GROUPS

Line 609: from FND_SECURITY_GROUPS

605:
606: --retrieving security group id from security group name
607: select security_group_id
608: into x_sec_grp_id
609: from FND_SECURITY_GROUPS
610: where security_group_key = p_sec_grp_name;
611:
612: RETURN TRUE;
613: