DBA Data[Home] [Help]

APPS.MSC_BAL_UTILS dependencies on MSC_ATPUI_UTIL

Line 1194: MSC_ATPUI_UTIL.populate_mrp_atp_temp_tables(p_session_id,

1190: pipe_return_status,
1191: pipe_msg_data,
1192: pipe_msg_count);
1193: end if;
1194: MSC_ATPUI_UTIL.populate_mrp_atp_temp_tables(p_session_id,
1195: l_return_status,
1196: l_error_message);
1197: msc_sch_wb.calc_exceptions(p_session_id,
1198: x_return_status,

Line 1202: -- atp inserted data already happened inside of MSC_ATPUI_UTIL

1198: x_return_status,
1199: x_msg_data,
1200: x_msg_count);
1201: commit; -- commit only for tcf because rollback of
1202: -- atp inserted data already happened inside of MSC_ATPUI_UTIL
1203: else -- not not p_tcf
1204:
1205: MSC_ATPUI_UTIL.populate_mrp_atp_temp_tables(p_session_id,
1206: l_return_status,

Line 1205: MSC_ATPUI_UTIL.populate_mrp_atp_temp_tables(p_session_id,

1201: commit; -- commit only for tcf because rollback of
1202: -- atp inserted data already happened inside of MSC_ATPUI_UTIL
1203: else -- not not p_tcf
1204:
1205: MSC_ATPUI_UTIL.populate_mrp_atp_temp_tables(p_session_id,
1206: l_return_status,
1207: l_error_message);
1208:
1209:

Line 1300: MSC_ATPUI_UTIL.populate_mrp_atp_temp_tables(p_session_id,

1296: into l_time
1297: from dual;
1298: msc_sch_wb.atp_debug( ' MSC_BAL_UTILS.schedule_orders b4 call to populate_mrp_atp_temp_tables ' || l_time);
1299: END IF;
1300: MSC_ATPUI_UTIL.populate_mrp_atp_temp_tables(p_session_id,
1301: l_return_status,
1302: l_error_message);
1303: IF PG_DEBUG in ('Y', 'C') THEN
1304: select to_char(sysdate, 'DD-MM-YYYY HH24:MI:SS')