DBA Data[Home] [Help]

APPS.INV_TRANSFER_ORDER_PVT dependencies on DBMS_UTILITY

Line 3577: l_hash_value := DBMS_UTILITY.get_hash_value

3573: DEBUG('inside l_move_ordeR_ytpe = 3', 'Finalize_Pick_Confirm');
3574: END IF;
3575:
3576: -- Bug 5535030: cache subinventory reservable type
3577: l_hash_value := DBMS_UTILITY.get_hash_value
3578: ( NAME => to_char(l_mmtt_rec.organization_id)
3579: ||'-'|| l_mmtt_rec.transfer_subinventory
3580: , base => 1
3581: , hash_size => POWER(2, 25)

Line 5693: l_hash_value := DBMS_UTILITY.get_hash_value

5689: DEBUG('After select l_serial_control_code = '|| l_serial_control_code, 'Finalize_Pick_Confirm');
5690: END IF;
5691:
5692: -- Bug 5535030: cache subinventory reservable type
5693: l_hash_value := DBMS_UTILITY.get_hash_value
5694: ( NAME => to_char(l_mmtt_rec.organization_id)
5695: ||'-'|| l_mmtt_rec.transfer_subinventory
5696: , base => 1
5697: , hash_size => POWER(2, 25)