DBA Data[Home] [Help]

APPS.OKC_OUTCOME_INIT_PVT dependencies on OKC_WF

Line 281: (OKS_DA_INTERFACE_S.NEXTVAL,l_contract_id,SYSDATE,'PENDING',l_proc,l_proc_name,l_s_recipient,l_e_recipient,okc_wf.get_wf_string);

277: END IF;
278:
279: INSERT INTO OKS_DA_INTERFACE_B
280: (id,contract_id,enque_date,status,proc,proc_name,s_recipient,e_recipient,extra_attr_text)values
281: (OKS_DA_INTERFACE_S.NEXTVAL,l_contract_id,SYSDATE,'PENDING',l_proc,l_proc_name,l_s_recipient,l_e_recipient,okc_wf.get_wf_string);
282:
283: END IF;
284:
285: OKC_API.END_ACTIVITY(l_msg_count, l_msg_data);

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

508: -- above commented out by marat (bug#2477385)
509: */
510:
511: -- added by pnayani bug#2778651 - start
512: -- Removing standard params from the table and pass it to okc_wf package to build outcome
513: for i in p_outcome_tbl.FIRST..p_outcome_tbl.LAST loop
514:
515: IF (p_outcome_tbl(i).name NOT IN
516: ('X_RETURN_STATUS', 'X_MSG_DATA','X_MSG_COUNT','P_INIT_MSG_LIST')) THEN

Line 531: l_pack_proc:=okc_wf.build_wf_plsql

527: -- added by pnayani bug#2778651 - end
528:
529:
530: -- added by marat - start (bug#2477385) - replacement for the above
531: l_pack_proc:=okc_wf.build_wf_plsql
532: (okc_wf.prebuild_wf_plsql
533: (okc_wf.build_wf_string( p_outcome_name,
534: l_outcome_tbl
535: )));

Line 532: (okc_wf.prebuild_wf_plsql

528:
529:
530: -- added by marat - start (bug#2477385) - replacement for the above
531: l_pack_proc:=okc_wf.build_wf_plsql
532: (okc_wf.prebuild_wf_plsql
533: (okc_wf.build_wf_string( p_outcome_name,
534: l_outcome_tbl
535: )));
536: if l_pack_proc is null then

Line 533: (okc_wf.build_wf_string( p_outcome_name,

529:
530: -- added by marat - start (bug#2477385) - replacement for the above
531: l_pack_proc:=okc_wf.build_wf_plsql
532: (okc_wf.prebuild_wf_plsql
533: (okc_wf.build_wf_string( p_outcome_name,
534: l_outcome_tbl
535: )));
536: if l_pack_proc is null then
537: OKC_API.SET_MESSAGE( p_app_name => G_APP_NAME,

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:

Line 828: okc_wf.init_wf_string(launch_wf_rec.EXTRA_ATTR_TEXT);

824:
825: ---fetch the pending records from the interface table
826: FOR launch_wf_rec IN launch_wf_csr(l_queue_size) LOOP
827:
828: okc_wf.init_wf_string(launch_wf_rec.EXTRA_ATTR_TEXT);
829:
830: ---Call the genric workflow OKCALERT
831: OKC_ASYNC_PUB.loop_call( p_api_version => l_api_version
832: ,x_return_status => l_return_status