DBA Data[Home] [Help]

APPS.IGW_PROP_APPROVALS_PVT dependencies on HR_ORGANIZATION_UNITS

Line 396: from hr_organization_units hou,

392: pbr.rule_id,
393: pbr.map_id,
394: map.description,
395: pbr.valid_flag
396: from hr_organization_units hou,
397: igw_org_maps_all map,
398: igw_business_rules_all pbr
399: where pbr.organization_id = l_org_id
400: and pbr.map_id = map.map_id(+)