DBA Data[Home] [Help]

APPS.PAY_TDF_BUS dependencies on HR_LOOKUPS

Line 648: from hr_lookups

644: l_exists varchar2(1);
645:
646: cursor csr_pit_period_type is
647: select null
648: from hr_lookups
649: where lookup_type like 'PAY_PIT_OFFSET_PERIOD_TYPE'
650: and enabled_flag='Y'
651: and lookup_code = p_period_type;
652: --

Line 774: from hr_lookups

770: where period_type = p_period_type;
771:
772: cursor csr_pit_period_type is
773: select null
774: from hr_lookups
775: where lookup_type like 'PAY_PIT_PERIOD_TYPE'
776: and enabled_flag='Y'
777: and lookup_code = p_period_type;
778: