DBA Data[Home] [Help]

APPS.MSC_SNAPSHOT_PK dependencies on MSC_ROUTING_OPERATIONS

Line 1767: msc_routing_operations mro

1763: BEGIN
1764: select nvl(mro.operation_lead_time_percent, 0.0)
1765: into l_op_leadtime_percent
1766: from
1767: msc_routing_operations mro
1768: where mro.plan_id = p_plan_id
1769: and mro.sr_instance_id = p_sr_instance_id
1770: and mro.routing_sequence_id = p_routing_seq_id
1771: and mro.operation_seq_num = p_op_seq_num