DBA Data[Home] [Help]

APPS.WSM_WLT_VALIDATE_PVT dependencies on MFG_LOOKUPS

Line 899: from mfg_lookups mfg

895: l_stmt_num := 110;
896:
897: select 1
898: into l_dummy
899: from mfg_lookups mfg
900: where mfg.lookup_code = p_wltx_header.transaction_type_id
901: and mfg.lookup_type = 'WSM_WIP_LOT_TXN_TYPE';
902:
903: l_txn_type := p_wltx_header.transaction_type_id;