DBA Data[Home] [Help]

APPS.MSC_BAL_UTILS dependencies on ORDER_SCH_WB

Line 910: order_sch_wb.debug_session_id := p_session_id;

906: l_error_message VARCHAR2(100);
907: l_time VARCHAR2(80);
908:
909: BEGIN
910: order_sch_wb.debug_session_id := p_session_id;
911: -- need to remember the original qty ordered before undemanding
912: IF PG_DEBUG in ('Y', 'C') THEN
913: msc_sch_wb.atp_debug('MSC_BAL_UTILS.reschedule ' );
914: select to_char(sysdate, 'DD-MM-YYYY HH24:MI:SS')

Line 1067: order_sch_wb.debug_session_id := p_session_id;

1063: pipe_msg_data VARCHAR2(10);
1064: l_count NUMBER;
1065:
1066: BEGIN
1067: order_sch_wb.debug_session_id := p_session_id;
1068: IF PG_DEBUG in ('Y', 'C') THEN
1069: msc_sch_wb.atp_debug(' Begin MSC_BAL_UTILS.commit_schedule session_id '
1070: || p_session_id);
1071: msc_sch_wb.atp_debug('MSC_BAL_UTILS.cmt_schedule ' );