DBA Data[Home] [Help]

APPS.OTA_OTARPBUD_XMLP_PKG dependencies on HR_LOOKUPS

Line 27: from hr_lookups

23:
24:
25: cursor c_res_booking_status(l_lookup_code varchar2) is
26: select meaning
27: from hr_lookups
28: where lookup_code = l_lookup_code
29: and lookup_type = 'RESOURCE_BOOKING_STATUS';
30:
31: cursor c_transfer_status(l_lookup_code varchar2) is

Line 33: from hr_lookups

29: and lookup_type = 'RESOURCE_BOOKING_STATUS';
30:
31: cursor c_transfer_status(l_lookup_code varchar2) is
32: select meaning
33: from hr_lookups
34: where lookup_code = l_lookup_code
35: and lookup_type = 'GL_TRANSFER_STATUS';
36:
37: