DBA Data[Home] [Help]

APPS.MSC_SCH_WB dependencies on MSC_ATP_CTO

Line 549: MSC_ATP_CTO. Match_CTO_Lines(p_session_id => x_session_id,

545: END IF;
546:
547: MSC_ATP_UTILS.Update_Line_Item_Properties(p_session_id => x_session_id);
548:
549: MSC_ATP_CTO. Match_CTO_Lines(p_session_id => x_session_id,
550: p_dblink => x_dblink,
551: p_instance_id => x_sr_instance_id,
552: x_return_status => l_return_status);
553: IF l_return_status <> 'S' THEN

Line 556: ' sth wrong was in MSC_ATP_CTO. Match_CTO_Lines '||

552: x_return_status => l_return_status);
553: IF l_return_status <> 'S' THEN
554: IF PG_DEBUG in ('Y', 'C') THEN
555: msc_sch_wb.atp_debug( 'get_supply_sources_local '||
556: ' sth wrong was in MSC_ATP_CTO. Match_CTO_Lines '||
557: ' error is '||
558: l_return_status );
559: END IF;
560: END IF;