DBA Data[Home] [Help]

APPS.OE_LOT_SERIAL_UTIL dependencies on OE_ORDER_UTIL

Line 897: OE_ORDER_UTIL.Update_Global_Picture(

893:
894: oe_debug_pub.add('after update, old lot serial Id= ' || l_lot_serial_rec.lot_serial_id);
895: oe_debug_pub.add('after update, new lot serial Id= ' || p_lot_serial_rec.lot_serial_id);
896:
897: OE_ORDER_UTIL.Update_Global_Picture(
898: p_Upd_New_Rec_If_Exists => True,
899: p_lot_serial_rec => p_lot_serial_rec,
900: p_old_lot_serial_rec => l_lot_serial_rec,
901: p_lot_serial_id => p_lot_serial_rec.lot_serial_id,

Line 1023: OE_ORDER_UTIL.Update_Global_Picture(

1019:
1020: /* jolin start*/
1021: IF OE_CODE_CONTROL.CODE_RELEASE_LEVEL >= '110508' THEN
1022: -- calling notification framework to update global picture
1023: OE_ORDER_UTIL.Update_Global_Picture(
1024: p_Upd_New_Rec_If_Exists => True,
1025: p_old_lot_serial_rec => NULL,
1026: p_lot_serial_rec => p_lot_serial_rec,
1027: p_lot_serial_id => p_lot_serial_rec.lot_serial_id,

Line 1161: OE_ORDER_UTIL.Update_Global_Picture(

1157: /* Set the operation on the record so that globals are updated as well */
1158: l_new_lot_serial_rec.operation := OE_GLOBALS.G_OPR_DELETE;
1159: l_new_lot_serial_rec.lot_serial_id :=l_lots.lot_serial_id;
1160:
1161: OE_ORDER_UTIL.Update_Global_Picture(
1162: p_Upd_New_Rec_If_Exists => True,
1163: p_lot_serial_rec => l_new_lot_serial_rec,
1164: p_old_lot_serial_rec => l_old_lot_serial_rec,
1165: p_lot_serial_id => l_lots.lot_serial_id,

Line 1210: OE_ORDER_UTIL.Update_Global_Picture(

1206: /* Set the operation on the record so that globals are updated as well */
1207: l_new_lot_serial_rec.operation := OE_GLOBALS.G_OPR_DELETE;
1208: l_new_lot_serial_rec.lot_serial_id :=l_set.lot_serial_id;
1209:
1210: OE_ORDER_UTIL.Update_Global_Picture(
1211: p_Upd_New_Rec_If_Exists => True,
1212: p_lot_serial_rec => l_new_lot_serial_rec,
1213: p_old_lot_serial_rec => l_old_lot_serial_rec,
1214: p_lot_serial_id => l_set.lot_serial_id,