DBA Data[Home] [Help]

APPS.EAM_WORKORDERS_JSP dependencies on MFG_LOOKUPS

Line 592: from mfg_lookups mlu

588: l_reconciliation_code := null;
589: if( p_reconciliation_code is not null) then
590: select mlu.lookup_code
591: into l_reconciliation_code
592: from mfg_lookups mlu
593: where mlu.lookup_type = 'WIP_EAM_RECONCILIATION_CODE'
594: and mlu.meaning = p_reconciliation_code;
595: end if;
596: EXCEPTION WHEN OTHERS THEN