DBA Data[Home] [Help]

APPS.JMF_SUBCONTRACT_ORDERS_PVT dependencies on BOM_OPERATIONAL_ROUTINGS

Line 2363: FROM bom_operational_routings bor

2359: -- Get the count of routings defined for the OSA Item in the
2360: -- TP Organization
2361: SELECT count(bor.routing_sequence_id)
2362: INTO l_routing_count
2363: FROM bom_operational_routings bor
2364: WHERE bor.organization_id = l_osa_tbl(i).tp_organization_id
2365: AND bor.assembly_item_id = l_osa_tbl(i).osa_item_id;
2366:
2367: IF g_log_enabled AND