DBA Data[Home] [Help]

APPS.AHL_PRD_WORKORDER_PVT dependencies on AHL_RT_OPER_MATERIALS

Line 2845: FROM AHL_RT_OPER_MATERIALS MAT

2841: MAT.in_service,
2842: -- Bug # 6377990 - end
2843: --sukhwsin::Added position key for position based mat req.
2844: MAT.position_key
2845: FROM AHL_RT_OPER_MATERIALS MAT
2846: WHERE MAT.association_type_code='OPERATION'
2847: AND MAT.object_id=c_operation_id;
2848:
2849: l_material_req_rec get_oper_materials%ROWTYPE;

Line 3088: FROM AHL_RT_OPER_MATERIALS MAT

3084: MAT.inventory_item_id,
3085: MAT.item_group_id,
3086: MAT.quantity,
3087: MAT.uom_code
3088: FROM AHL_RT_OPER_MATERIALS MAT
3089: WHERE MAT.association_type_code=c_association_type
3090: AND MAT.object_id=c_object_id;
3091:
3092: l_material_req_rec get_rt_oper_materials%ROWTYPE;