DBA Data[Home] [Help]

APPS.HXC_HSD_BUS dependencies on HR_LOOKUPS

Line 298: from hr_lookups hrl

294:
295: Cursor c_chk_required
296: IS
297: Select 'Y'
298: from hr_lookups hrl
299: where hrl.lookup_type = 'HXC_REQUIRED'
300: and hrl.lookup_code = p_hxc_required;
301:
302: l_dummy varchar2(1);

Line 504: -- "-- CLIENT_INFO not set. No lookup validation or joins to HR_LOOKUPS."

500: -- column, ensure client_info is populated by calling a suitable
501: -- ???_???_bus.set_security_group_id procedure, or add one of the following
502: -- comments:
503: -- "-- No business group context. HR_STANDARD_LOOKUPS used for validation."
504: -- "-- CLIENT_INFO not set. No lookup validation or joins to HR_LOOKUPS."
505: --
506: -- Validate Dependent Attributes
507: --
508: --

Line 552: -- "-- CLIENT_INFO not set. No lookup validation or joins to HR_LOOKUPS."

548: -- column, ensure client_info is populated by calling a suitable
549: -- ???_???_bus.set_security_group_id procedure, or add one of the following
550: -- comments:
551: -- "-- No business group context. HR_STANDARD_LOOKUPS used for validation."
552: -- "-- CLIENT_INFO not set. No lookup validation or joins to HR_LOOKUPS."
553: --
554: -- Validate Dependent Attributes
555: --
556: chk_non_updateable_args