DBA Data[Home] [Help]

APPS.MSC_ATO_FORECAST dependencies on MSC_SYSTEM_ITEMS

Line 43: from msc_system_items msi,

39:
40: /* If common routing exists then return true only if the assembly item of this common
41: routing is an ATO model */
42: select bom_item_type into l_parent_item_type
43: from msc_system_items msi,
44: msc_routings mr
45: where mr.routing_sequence_id = l_common_rout_seq_id
46: and mr.sr_instance_id = p_sr_instance_id
47: and mr.plan_id = -1