DBA Data[Home] [Help]

APPS.PER_ABB_BUS dependencies on HR_LOOKUPS

Line 460: from hr_lookups

456:
457: cursor csr_abs_overlap_flag(p_absence_overlap_flag varchar2)
458: is
459: select 'X'
460: from hr_lookups
461: where lookup_type = 'YES_NO'
462: and lookup_code = p_absence_overlap_flag;
463:
464:

Line 476: hr_utility.set_message_token('TABLE', 'HR_LOOKUPS');

472: close csr_abs_overlap_flag;
473:
474: hr_utility.set_message(800, 'HR_449758_INVL_ABS_OVERLAP_FLG');
475: hr_utility.set_message_token('OBJECT', 'ABSENCE_OVERLAP_FLAG');
476: hr_utility.set_message_token('TABLE', 'HR_LOOKUPS');
477: hr_utility.set_message_token('CONDITION', 'lookup type "YES_NO"');
478:
479: hr_utility.set_location(l_proc, 10);
480: --