DBA Data[Home] [Help]

APPS.HR_PUMP_GET dependencies on FND_SECURITY_GROUPS_TL

Line 5597: from fnd_security_groups_tl

5593:
5594: ELSE
5595:
5596: select security_group_id into l_get_sec_group_id
5597: from fnd_security_groups_tl
5598: where upper(security_group_name) = upper(p_security_group_name)
5599: and language = userenv('LANG');
5600:
5601: END IF;