DBA Data[Home] [Help]

APPS.WIP_PICKING_PUB dependencies on WIP_LOGGER

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

539: mtrl.organization_id = p_organization_id and
540: mtrl.INVENTORY_ITEM_ID = p_inventory_item_id;
541: exception
542: when TOO_MANY_ROWS then
543: wip_logger.log('Error occured in wip_picking_pub.quantity_allocated():', l_dummy2);
544: wip_logger.log(' Inconsistent transaction_type_id in rows of MTRL table!', l_dummy2);
545: -- Bug 5336791. saugupta 17th-Jun-2006
546: -- When calling wip_picking_pub.quantity_allocated for a newly released
547: -- repetitive schedule for which no component picking move order lines exist,

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

540: mtrl.INVENTORY_ITEM_ID = p_inventory_item_id;
541: exception
542: when TOO_MANY_ROWS then
543: wip_logger.log('Error occured in wip_picking_pub.quantity_allocated():', l_dummy2);
544: wip_logger.log(' Inconsistent transaction_type_id in rows of MTRL table!', l_dummy2);
545: -- Bug 5336791. saugupta 17th-Jun-2006
546: -- When calling wip_picking_pub.quantity_allocated for a newly released
547: -- repetitive schedule for which no component picking move order lines exist,
548: -- it is throwing a NO_DATA_FOUND exception.

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

546: -- When calling wip_picking_pub.quantity_allocated for a newly released
547: -- repetitive schedule for which no component picking move order lines exist,
548: -- it is throwing a NO_DATA_FOUND exception.
549: when NO_DATA_FOUND then
550: wip_logger.log('Function wip_picking_pub.quantity_allocated(): No data found', l_dummy2);
551: return 0;
552: end;
553:
554: l_quantity_issued := p_quantity_issued;