DBA Data[Home] [Help]

APPS.IGW_PROPOSAL_APPROVAL dependencies on HR_ORGANIZATION_UNITS

Line 400: from hr_organization_units hou,

396: pbr.rule_id,
397: pbr.map_id,
398: map.description,
399: pbr.valid_flag
400: from hr_organization_units hou,
401: igw_org_maps_all map,
402: igw_business_rules_all pbr
403: where pbr.organization_id = l_org_id
404: and pbr.map_id = map.map_id(+)