DBA Data[Home] [Help]

APPS.BOM_RTG_NETWORK_API dependencies on BOM_OPERATIONAL_ROUTINGS

Line 14: from bom_operational_routings

10:
11: BEGIN
12: select routing_sequence_id
13: into l_rtg_seq_id
14: from bom_operational_routings
15: where assembly_item_id = p_assy_item_id
16: and organization_id = p_org_id
17: and NVL(alternate_routing_designator, 'NONE') =
18: NVL(p_alt_rtg_desig, 'NONE');