DBA Data[Home] [Help]

APPS.OKC_OUTCOME_INIT_PVT dependencies on OKC_WF

Line 488: -- Removing standard params from the table and pass it to okc_wf package to build outcome

484: -- above commented out by marat (bug#2477385)
485: */
486:
487: -- added by pnayani bug#2778651 - start
488: -- Removing standard params from the table and pass it to okc_wf package to build outcome
489: for i in p_outcome_tbl.FIRST..p_outcome_tbl.LAST loop
490:
491: IF (p_outcome_tbl(i).name NOT IN
492: ('X_RETURN_STATUS', 'X_MSG_DATA','X_MSG_COUNT','P_INIT_MSG_LIST')) THEN

Line 507: l_pack_proc:=okc_wf.build_wf_plsql

503: -- added by pnayani bug#2778651 - end
504:
505:
506: -- added by marat - start (bug#2477385) - replacement for the above
507: l_pack_proc:=okc_wf.build_wf_plsql
508: (okc_wf.prebuild_wf_plsql
509: (okc_wf.build_wf_string( p_outcome_name,
510: l_outcome_tbl
511: )));

Line 508: (okc_wf.prebuild_wf_plsql

504:
505:
506: -- added by marat - start (bug#2477385) - replacement for the above
507: l_pack_proc:=okc_wf.build_wf_plsql
508: (okc_wf.prebuild_wf_plsql
509: (okc_wf.build_wf_string( p_outcome_name,
510: l_outcome_tbl
511: )));
512: if l_pack_proc is null then

Line 509: (okc_wf.build_wf_string( p_outcome_name,

505:
506: -- added by marat - start (bug#2477385) - replacement for the above
507: l_pack_proc:=okc_wf.build_wf_plsql
508: (okc_wf.prebuild_wf_plsql
509: (okc_wf.build_wf_string( p_outcome_name,
510: l_outcome_tbl
511: )));
512: if l_pack_proc is null then
513: OKC_API.SET_MESSAGE( p_app_name => G_APP_NAME,

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: