DBA Data[Home] [Help]

APPS.WIP_PICKING_PUB dependencies on WIP_LOGGER

Line 552: wip_logger.log('Error occured in wip_picking_pub.quantity_allocated():', l_dummy2);

548: mtrl.INVENTORY_ITEM_ID = p_inventory_item_id and
549: rownum = 1;
550: exception
551: when TOO_MANY_ROWS then
552: wip_logger.log('Error occured in wip_picking_pub.quantity_allocated():', l_dummy2);
553: wip_logger.log(' Inconsistent transaction_type_id in rows of MTRL table!', l_dummy2);
554: -- Bug 5336791. saugupta 17th-Jun-2006
555: -- When calling wip_picking_pub.quantity_allocated for a newly released
556: -- repetitive schedule for which no component picking move order lines exist,

Line 553: wip_logger.log(' Inconsistent transaction_type_id in rows of MTRL table!', l_dummy2);

549: rownum = 1;
550: exception
551: when TOO_MANY_ROWS then
552: wip_logger.log('Error occured in wip_picking_pub.quantity_allocated():', l_dummy2);
553: wip_logger.log(' Inconsistent transaction_type_id in rows of MTRL table!', l_dummy2);
554: -- Bug 5336791. saugupta 17th-Jun-2006
555: -- When calling wip_picking_pub.quantity_allocated for a newly released
556: -- repetitive schedule for which no component picking move order lines exist,
557: -- it is throwing a NO_DATA_FOUND exception.

Line 559: wip_logger.log('Function wip_picking_pub.quantity_allocated(): No data found', l_dummy2);

555: -- When calling wip_picking_pub.quantity_allocated for a newly released
556: -- repetitive schedule for which no component picking move order lines exist,
557: -- it is throwing a NO_DATA_FOUND exception.
558: when NO_DATA_FOUND then
559: wip_logger.log('Function wip_picking_pub.quantity_allocated(): No data found', l_dummy2);
560: return 0;
561: end;
562:
563: l_quantity_issued := p_quantity_issued;