DBA Data[Home] [Help]

APPS.INVTTMTX dependencies on MFG_LOOKUPS

Line 199: from mfg_lookups

195: and secondary_inventory_name = c_subinventory;
196:
197: cursor get_transaction_type(c_transaction_action_id number) is
198: select meaning
199: from mfg_lookups
200: where lookup_type = 'WIP_TRANSACTION_DIRECTION'
201: and lookup_code = decode(c_transaction_action_id,
202: 1, 1 /* return */,
203: 2 /* otherwise, issue */);