DBA Data[Home] [Help]

APPS.INVTTMTX dependencies on MTL_TRANSACTION_REASONS

Line 206: from mtl_transaction_reasons

202: 2 /* otherwise, issue */);
203:
204: cursor get_reason(c_reason_id number) is
205: select reason_name
206: from mtl_transaction_reasons
207: where reason_id = c_reason_id;
208:
209: begin
210: -- get subinv information