DBA Data[Home] [Help]

APPS.PAY_IN_FF_PKG dependencies on HR_LOCATIONS

Line 1526: ,hr_locations hl

1522: l_message VARCHAR2(255);
1523: CURSOR csr_state IS
1524: SELECT hl.loc_information16
1525: FROM hr_all_organization_units hou
1526: ,hr_locations hl
1527: WHERE hou.organization_id = p_organization_id
1528: AND hou.location_id = hl.location_id
1529: AND hl.style = 'IN';
1530: --