DBA Data[Home] [Help]

APPS.GMI_RESERVATION_UTIL dependencies on RCV_TRANSACTIONS

Line 3950: From rcv_transactions

3946: , locator_id
3947: , transaction_type
3948: , quantity
3949: , uom_code --BUG#3503593
3950: From rcv_transactions
3951: Where transaction_id = p_transaction_id;
3952: --BEGIN BUG#3503593
3953: l_uom_code varchar2(4);
3954: l_uom varchar2(25);