DBA Data[Home] [Help]

APPS.AHL_VWP_PRICE_PVT dependencies on AHL_RESOURCE_MAPPINGS

Line 1263: AHL_RESOURCE_MAPPINGS MAP

1259: MSIV.primary_uom_code uom_code
1260: FROM AHL_RT_OPER_RESOURCES AR,
1261: BOM_RESOURCES BR,
1262: MTL_SYSTEM_ITEMS_VL MSIV,
1263: AHL_RESOURCE_MAPPINGS MAP
1264: WHERE AR.association_type_code='ROUTE'
1265: AND BR.resource_id=MAP.bom_resource_id
1266: AND AR.object_id=c_route_id
1267: AND BR.organization_id=c_org_id

Line 1290: AHL_RESOURCE_MAPPINGS MAP

1286: BR.BILLABLE_ITEM_ID
1287: FROM AHL_RT_OPER_RESOURCES AR,
1288: BOM_RESOURCES BR,
1289: MTL_SYSTEM_ITEMS_VL MSIV,
1290: AHL_RESOURCE_MAPPINGS MAP
1291: WHERE AR.association_type_code='OPERATION'
1292: AND BR.resource_id=MAP.bom_resource_id
1293: AND BR.organization_id=c_org_id
1294: AND MAP.aso_resource_id=AR.aso_resource_id

Line 1324: ahl_resource_mappings map

1320: br.billable_item_id
1321: from ahl_rt_oper_resources ar,
1322: bom_resources br,
1323: mtl_system_items_kfv msiv,
1324: ahl_resource_mappings map
1325: where ar.association_type_code='OPERATION'
1326: and br.resource_id=map.bom_resource_id
1327: and br.organization_id=c_org_id
1328: and map.aso_resource_id=ar.aso_resource_id