DBA Data[Home] [Help]

APPS.HXC_SELF_SERVICE_TIME_DEPOSIT dependencies on HR_LOOKUPS

Line 1033: from hr_lookups

1029:
1030: cursor c_is_dynamic_template
1031: (p_name_to_check in varchar2) is
1032: select 'Y'
1033: from hr_lookups
1034: where lookup_type = 'HXC_DYNAMIC_TEMPLATES'
1035: and meaning = p_name_to_check;
1036:
1037: cursor c_is_private_template