DBA Data[Home] [Help]

APPS.MSC_BAL_UTILS dependencies on OE_ORDER_SCH_UTIL

Line 1455: mast_table oe_order_sch_util.mrp_line_tbl_type;

1451: omodv.ship_set_id, omodv.top_model_line_id, omodv.ato_line_id;
1452:
1453:
1454:
1455: mast_table oe_order_sch_util.mrp_line_tbl_type;
1456: --mast_table RSF1.mrp_line_tbl_type;
1457: p_so_table OE_SCHEDULE_GRP.Sch_Tbl_Type;
1458:
1459: j NUMBER;

Line 1573: x_msg_data := 'Unexpected error in oe_order_sch_util.Update_Results_from_backlog_wb ';

1569: x_msg_data := to_char(l_request_id);
1570: x_return_status := 'OMERROR';
1571: else -- still error but no messages are found, so un-expected
1572: x_return_status := 'U';
1573: x_msg_data := 'Unexpected error in oe_order_sch_util.Update_Results_from_backlog_wb ';
1574: end if;
1575: -- do not rollback here, even if om fails
1576: -- we need to hold on to atp records
1577: -- rollback in parent call

Line 1593: mast_table oe_order_sch_util.mrp_line_tbl_type;

1589: x_msg_count OUT NoCopy NUMBER,
1590: x_msg_data OUT NoCopy VARCHAR2,
1591: x_return_status OUT NoCopy VARCHAR2)
1592: IS
1593: mast_table oe_order_sch_util.mrp_line_tbl_type;
1594: counter NUMBER := 0;
1595: BEGIN
1596:
1597: FOR j IN 1..p_atp_rec.inventory_item_id.COUNT LOOP

Line 1622: oe_order_sch_util.Update_Results_from_backlog_wb

1618: IF PG_DEBUG in ('Y', 'C') THEN
1619: msc_sch_wb.atp_debug('call_oe_api: ' || ' Count of records to pass to OE = '||counter);
1620: END IF;
1621: IF counter > 0 THEN
1622: oe_order_sch_util.Update_Results_from_backlog_wb
1623: ( mast_table
1624: , x_msg_count
1625: , x_msg_data
1626: , x_return_status);

Line 1643: x_msg_data := 'Unexpected error in oe_order_sch_util.Update_Results_from_backlog_wb II ';

1639: IF PG_DEBUG in ('Y', 'C') THEN
1640: msc_sch_wb.atp_debug('call_oe_api: ' || ' rolling back session after call to OE_API II '||x_return_status);
1641: END IF;
1642: x_return_status := 'E';
1643: x_msg_data := 'Unexpected error in oe_order_sch_util.Update_Results_from_backlog_wb II ';
1644: ROLLBACK;
1645: END IF;
1646: END IF;
1647: