DBA Data[Home] [Help]

APPS.MSC_SNAPSHOT_PK dependencies on MSC_ROUTING_OPERATIONS

Line 1741: msc_routing_operations mro

1737: BEGIN
1738: select nvl(mro.operation_lead_time_percent, 0.0)
1739: into l_op_leadtime_percent
1740: from
1741: msc_routing_operations mro
1742: where mro.plan_id = p_plan_id
1743: and mro.sr_instance_id = p_sr_instance_id
1744: and mro.routing_sequence_id = p_routing_seq_id
1745: and mro.operation_seq_num = p_op_seq_num