DBA Data[Home] [Help]

APPS.JMF_SUBCONTRACT_ORDERS_PVT dependencies on BOM_OPERATIONAL_ROUTINGS

Line 2602: FROM bom_operational_routings bor

2598: -- Get the count of routings defined for the OSA Item in the
2599: -- TP Organization
2600: SELECT count(bor.routing_sequence_id)
2601: INTO l_routing_count
2602: FROM bom_operational_routings bor
2603: WHERE bor.organization_id = l_osa_tbl(i).tp_organization_id
2604: AND bor.assembly_item_id = l_osa_tbl(i).osa_item_id;
2605:
2606: IF g_log_enabled AND