DBA Data[Home] [Help]

APPS.WSMPVLDT dependencies on MFG_LOOKUPS

Line 1570: from mfg_lookups mfg

1566: Begin
1567: l_stmt_num := 3;
1568:
1569: select null into l_dummy
1570: from mfg_lookups mfg
1571: where mfg.lookup_code = l_cur_wsmti_rec.transaction_type_id
1572: and mfg.lookup_type = 'WSM_WIP_LOT_TXN_TYPE';
1573:
1574: Exception