DBA Data[Home] [Help]

APPS.PAY_IN_FF_PKG dependencies on HR_LOCATIONS

Line 1532: ,hr_locations hl

1528: l_message VARCHAR2(255);
1529: CURSOR csr_state IS
1530: SELECT hl.loc_information16
1531: FROM hr_all_organization_units hou
1532: ,hr_locations hl
1533: WHERE hou.organization_id = p_organization_id
1534: AND hou.location_id = hl.location_id
1535: AND hl.style = 'IN';
1536: --