DBA Data[Home] [Help]

APPS.GMI_SHIPPING_UTIL dependencies on GMI_LOCKS

Line 1056: GMI_Locks.Lock_Inventory

1052:
1053: -- PK Bug 3527599 Moving Lock_Inventory call here from above.
1054: GMI_reservation_Util.PrintLn('Attempt to Lock Inventory');
1055:
1056: GMI_Locks.Lock_Inventory
1057: (
1058: i_item_id => l_old_transaction_rec.item_id
1059: , i_whse_code => l_old_transaction_rec.whse_code
1060: , i_lot_id => l_old_transaction_rec.lot_id

Line 1069: FND_MESSAGE.Set_Token('BY_PROC', 'GMI_Locks.Lock_Inventory');

1065:
1066: IF (l_lock_status = FALSE) THEN
1067: GMI_reservation_Util.PrintLn('Lock_Inventory Failed');
1068: FND_MESSAGE.Set_Name('GMI','GMI_ERROR');
1069: FND_MESSAGE.Set_Token('BY_PROC', 'GMI_Locks.Lock_Inventory');
1070: FND_MESSAGE.Set_Token('WHERE', 'GMI_UPDATE_SHIPMENT_TXN');
1071: FND_MSG_PUB.Add;
1072: RAISE FND_API.G_EXC_ERROR;
1073: END IF;

Line 1695: GMI_Locks.Lock_Inventory

1691: END IF;
1692:
1693: -- PK Bug 3527599 Moving Lock_Inventory call here from above.
1694: GMI_reservation_Util.PrintLn('Attempt to Lock Inventory');
1695: GMI_Locks.Lock_Inventory
1696: (
1697: i_item_id => l_old_transaction_rec.item_id
1698: , i_whse_code => l_old_transaction_rec.whse_code
1699: , i_lot_id => l_old_transaction_rec.lot_id

Line 1708: FND_MESSAGE.Set_Token('BY_PROC', 'GMI_Locks.Lock_Inventory');

1704:
1705: IF (l_lock_status = FALSE) THEN
1706: GMI_reservation_Util.PrintLn('Lock_Inventory Failed');
1707: FND_MESSAGE.Set_Name('GMI','GMI_ERROR');
1708: FND_MESSAGE.Set_Token('BY_PROC', 'GMI_Locks.Lock_Inventory');
1709: FND_MESSAGE.Set_Token('WHERE', 'GMI_UPDATE_SHIPMENT_TXN');
1710: FND_MSG_PUB.Add;
1711: RAISE FND_API.G_EXC_ERROR;
1712: END IF;