DBA Data[Home] [Help]

APPS.PAY_FR_SICKNESS_ABSENCE dependencies on HR_LOOKUPS

Line 633: from hr_lookups

629: l_proc varchar2(200) := g_package ||'chk_trg_catg_hrs';
630: --
631: Cursor csr_lookup_end is
632: Select end_date_active
633: from hr_lookups
634: where lookup_type = 'FR_TRAINING_LEAVE_CATEGORY'
635: and lookup_code = 'TRAINING_CREDIT';
636: --
637: BEGIN