DBA Data[Home] [Help]

APPS.OKS_MASS_UPDATE_PVT dependencies on OKS_WF_K_PROCESS_PVT

Line 129: --| OKS_WF_K_PROCESS_PVT | | | | | |X |

125: --| OKC_QA_CHECK_PUB | | | | | |X |
126: --+---------------------------------+---+---+---+---+---+----------------------+
127: --| OKC_CONTRACT_PUB | | | | | |X |
128: --+---------------------------------+---+---+---+---+---+----------------------+
129: --| OKS_WF_K_PROCESS_PVT | | | | | |X |
130: --+---------------------------------+---+---+---+---+---+----------------------+
131: --| OKS_IHD_PVT | | | | | |X |
132: --+---------------------------------+---+---+---+---+---+----------------------+
133: --| OKS_INS_PVT | | | | | |X |

Line 4610: l_wf_attributes oks_wf_k_process_pvt.wf_attr_details;

4606: l_count Number :=1;
4607: l_ste_code Varchar2(40);
4608: l_sts_code Varchar2(40);
4609: -- workflow variabled
4610: l_wf_attributes oks_wf_k_process_pvt.wf_attr_details;
4611: m Number;
4612:
4613: -- Valiables for notes
4614: l_jtf_note_id NUMBER;

Line 5126: oks_wf_k_process_pvt.launch_k_process_wf

5122: l_wf_attributes.irr_flag := 'Y';
5123: l_wf_attributes.negotiation_status := 'DRAFT';
5124:
5125:
5126: oks_wf_k_process_pvt.launch_k_process_wf
5127: (p_api_version => 1.0,
5128: p_init_msg_list => okc_api.g_false,
5129: p_wf_attributes => l_wf_attributes,
5130: x_return_status => l_return_status,

Line 5161: oks_wf_k_process_pvt.launch_k_process_wf

5157: l_wf_attributes.irr_flag := 'Y';
5158: l_wf_attributes.negotiation_status := 'DRAFT';
5159:
5160:
5161: oks_wf_k_process_pvt.launch_k_process_wf
5162: (p_api_version => 1.0,
5163: p_init_msg_list => okc_api.g_false,
5164: p_wf_attributes => l_wf_attributes,
5165: x_return_status => l_return_status,

Line 6685: l_wf_attributes oks_wf_k_process_pvt.wf_attr_details;

6681: --Contract Header
6682: l_chrv_tbl_in okc_contract_pub.chrv_tbl_type;
6683: l_chrv_tbl_out okc_contract_pub.chrv_tbl_type;
6684: -- workflow variabled
6685: l_wf_attributes oks_wf_k_process_pvt.wf_attr_details;
6686: -- Instance History
6687: l_inst_dtls_tbl oks_ihd_pvt.ihdv_tbl_type;
6688: x_inst_dtls_tbl oks_ihd_pvt.ihdv_tbl_type;
6689: l_insthist_rec oks_ins_pvt.insv_rec_type;