DBA Data[Home] [Help]

APPS.OKC_OUTCOME_INIT_PVT dependencies on DUAL

Line 688: select okc_wf_outcome_s1.nextval into l_item_key from dual;

684: END;
685: --END NPALEPU
686:
687: --Select the sequence number into l_item_key
688: select okc_wf_outcome_s1.nextval into l_item_key from dual;
689:
690: --Launch the Workflow process
691: WF_ENGINE.CREATEPROCESS(l_item_type, l_item_key, l_process);
692: