DBA Data[Home] [Help]

APPS.PAY_EEI_BUS dependencies on HR_LOOKUPS

Line 615: FROM hr_lookups hrl

611: and pet.business_group_id is null )) ;
612:
613: CURSOR c_rate_type IS
614: SELECT 'Y'
615: FROM hr_lookups hrl
616: WHERE hrl.lookup_type = 'PQP_RATE_TYPE'
617: and UPPER(hrl.meaning) = UPPER(p_qualifier)
618: and hrl.enabled_flag = 'Y' ;
619: --