DBA Data[Home] [Help]

APPS.PAY_IN_EOY_ER_RETURNS dependencies on HR_GENERAL

Line 590: NVL(hr_general.decode_lookup('IN_STATE_CODES',loc_information16),' '),

586: NVL(address_line_2,' '),
587: NVL(address_line_3,' '),
588: NVL(loc_information14,' '),
589: loc_information15,
590: NVL(hr_general.decode_lookup('IN_STATE_CODES',loc_information16),' '),
591: NVL(postal_code,' ')
592: FROM hr_locations
593: WHERE location_id = p_location_id;
594: