DBA Data[Home] [Help]

APPS.WF_CORE dependencies on WF_LOOKUPS

Line 635: from wf_lookups

631: begin
632: begin
633: select meaning
634: into l_meaning
635: from wf_lookups
636: where lookup_type = result_type
637: and lookup_code = result_code;
638: exception
639: when NO_DATA_FOUND then

Line 646: from wf_lookups

642: -- check standard engine result codes
643: --
644: select meaning
645: into l_meaning
646: from wf_lookups
647: where lookup_type = 'WFENG_RESULT'
648: and lookup_code = result_code;
649: end;
650: --