DBA Data[Home] [Help]

APPS.WF_CORE dependencies on WF_LOOKUPS

Line 642: from wf_lookups

638: begin
639: begin
640: select meaning
641: into l_meaning
642: from wf_lookups
643: where lookup_type = result_type
644: and lookup_code = result_code;
645: exception
646: when NO_DATA_FOUND then

Line 653: from wf_lookups

649: -- check standard engine result codes
650: --
651: select meaning
652: into l_meaning
653: from wf_lookups
654: where lookup_type = 'WFENG_RESULT'
655: and lookup_code = result_code;
656: end;
657: --