DBA Data[Home] [Help]

APPS.INVTTMTX dependencies on MFG_LOOKUPS

Line 198: from mfg_lookups

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