DBA Data[Home] [Help]

APPS.FND_CONCURRENT_PROGRAMS_PKG dependencies on FND_SECURITY_GROUPS

Line 870: from FND_SECURITY_GROUPS

866:
867:
868: begin
869: select SECURITY_GROUP_ID into sgrp_id
870: from FND_SECURITY_GROUPS
871: where SECURITY_GROUP_KEY = x_security_group_name;
872: exception when others then sgrp_id := null;
873: end;
874: