DBA Data[Home] [Help]

APPS.INV_TRANSFER_ORDER_PVT dependencies on DBMS_UTILITY

Line 3348: l_hash_value := DBMS_UTILITY.get_hash_value

3344: DEBUG('inside l_move_ordeR_ytpe = 3', 'Finalize_Pick_Confirm');
3345: END IF;
3346:
3347: -- Bug 5535030: cache subinventory reservable type
3348: l_hash_value := DBMS_UTILITY.get_hash_value
3349: ( NAME => to_char(l_mmtt_rec.organization_id)
3350: ||'-'|| l_mmtt_rec.transfer_subinventory
3351: , base => 1
3352: , hash_size => POWER(2, 25)

Line 5312: l_hash_value := DBMS_UTILITY.get_hash_value

5308: DEBUG('After select l_serial_control_code = '|| l_serial_control_code, 'Finalize_Pick_Confirm');
5309: END IF;
5310:
5311: -- Bug 5535030: cache subinventory reservable type
5312: l_hash_value := DBMS_UTILITY.get_hash_value
5313: ( NAME => to_char(l_mmtt_rec.organization_id)
5314: ||'-'|| l_mmtt_rec.transfer_subinventory
5315: , base => 1
5316: , hash_size => POWER(2, 25)