DBA Data[Home] [Help]

APPS.INVTTMTX dependencies on MTL_TRANSACTION_REASONS

Line 207: from mtl_transaction_reasons

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