DBA Data[Home] [Help]

APPS.OKC_OUTCOME_INIT_PVT dependencies on DUAL

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

660: END;
661: --END NPALEPU
662:
663: --Select the sequence number into l_item_key
664: select okc_wf_outcome_s1.nextval into l_item_key from dual;
665:
666: --Launch the Workflow process
667: WF_ENGINE.CREATEPROCESS(l_item_type, l_item_key, l_process);
668: