DBA Data[Home] [Help]

APPS.GMI_RESERVATION_UTIL dependencies on RCV_TRANSACTIONS

Line 3938: From rcv_transactions

3934: , locator_id
3935: , transaction_type
3936: , quantity
3937: , uom_code --BUG#3503593
3938: From rcv_transactions
3939: Where transaction_id = p_transaction_id;
3940: --BEGIN BUG#3503593
3941: l_uom_code varchar2(4);
3942: l_uom varchar2(25);