DBA Data[Home] [Help]

APPS.IGW_PROPOSAL_APPROVAL dependencies on IGW_ORG_MAPS_ALL

Line 401: igw_org_maps_all map,

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(+)
405: and pbr.organization_id = hou.organization_id