DBA Data[Home] [Help]

APPS.AHL_LTP_RESRC_LEVL_PVT dependencies on AHL_RESOURCE_MAPPINGS

Line 2411: FROM ahl_resource_mappings WHERE

2407:
2408: CURSOR l_get_bom_resources_csr(c_aso_resource_id IN NUMBER,
2409: c_org_id IN NUMBER) IS
2410: SELECT BOM_RESOURCE_ID
2411: FROM ahl_resource_mappings WHERE
2412: ASO_RESOURCE_ID = c_aso_resource_id
2413: AND bom_org_id = c_org_id;
2414:
2415: l_mr_route_id NUMBER := NULL;

Line 2814: ahl_resource_mappings b,

2810: SELECT a.aso_resource_id,
2811: a.quantity,
2812: b.bom_resource_id
2813: FROM ahl_rt_oper_resources a,
2814: ahl_resource_mappings b,
2815: bom_department_resources c
2816: WHERE a.aso_resource_id = b. aso_resource_id
2817: AND a.object_id = l_route_id
2818: AND b.bom_resource_id = c.resource_id

Line 2833: ahl_resource_mappings b,

2829: SELECT a.aso_resource_id,
2830: a.quantity,
2831: b.bom_resource_id
2832: FROM ahl_rt_oper_resources a,
2833: ahl_resource_mappings b,
2834: bom_department_resources c
2835: WHERE a.object_id = l_operation_id
2836: AND a.ASSOCIATION_TYPE_CODE = 'OPERATION'
2837: AND a.aso_resource_id = b. aso_resource_id