DBA Data[Home] [Help]

APPS.PAY_US_EMPLOYEE_PAYSLIP_WEB dependencies on HR_LOOKUPS

Line 2419: l_meaning hr_lookups.meaning%TYPE;

2415: IS
2416: SELECT hr_general_utilities.Get_lookup_Meaning(p_lookup_type,p_lookup_code)
2417: FROM DUAL;
2418:
2419: l_meaning hr_lookups.meaning%TYPE;
2420:
2421: BEGIN
2422: OPEN csr_hr_lookup(p_leg_code||'_PAYSLIP_LABEL',p_leg_code||'_'||p_lookup_code);
2423: FETCH csr_hr_lookup INTO l_meaning;