DBA Data[Home] [Help]

APPS.OTA_TRB_API_PROCEDURES dependencies on HR_LOOKUPS

Line 152: from hr_lookups

148: -- cursor to perform check
149: --
150: cursor chk_roleplay is
151: select 1
152: from hr_lookups
153: where lookup_type = 'TRAINER_PARTICIPATION'
154: and lookup_code = p_role_to_play;
155: --
156: begin

Line 335: hr_lookups l

331: --
332: cursor chk_type is
333: select 1
334: from ota_suppliable_resources sr,
335: hr_lookups l
336: where sr.supplied_resource_id = p_supplied_resource_id
337: and sr.resource_type = l.lookup_code
338: and l.lookup_type in ('VENUE','TRAINER');
339: --

Line 785: from hr_lookups l

781: -- cursor to perform check
782: --
783: cursor chk_status is
784: select 1
785: from hr_lookups l
786: where lookup_type = 'RESOURCE_BOOKING_STATUS'
787: and lookup_code = p_status;
788: --
789: begin