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 4615: l_wf_attributes oks_wf_k_process_pvt.wf_attr_details;

4611: l_count Number :=1;
4612: l_ste_code Varchar2(40);
4613: l_sts_code Varchar2(40);
4614: -- workflow variabled
4615: l_wf_attributes oks_wf_k_process_pvt.wf_attr_details;
4616: m Number;
4617:
4618: -- Valiables for notes
4619: l_jtf_note_id NUMBER;

Line 5141: oks_wf_k_process_pvt.launch_k_process_wf

5137: l_wf_attributes.irr_flag := 'Y';
5138: l_wf_attributes.negotiation_status := 'DRAFT';
5139:
5140:
5141: oks_wf_k_process_pvt.launch_k_process_wf
5142: (p_api_version => 1.0,
5143: p_init_msg_list => okc_api.g_false,
5144: p_wf_attributes => l_wf_attributes,
5145: x_return_status => l_return_status,

Line 5176: oks_wf_k_process_pvt.launch_k_process_wf

5172: l_wf_attributes.irr_flag := 'Y';
5173: l_wf_attributes.negotiation_status := 'DRAFT';
5174:
5175:
5176: oks_wf_k_process_pvt.launch_k_process_wf
5177: (p_api_version => 1.0,
5178: p_init_msg_list => okc_api.g_false,
5179: p_wf_attributes => l_wf_attributes,
5180: x_return_status => l_return_status,

Line 6702: l_wf_attributes oks_wf_k_process_pvt.wf_attr_details;

6698: --Contract Header
6699: l_chrv_tbl_in okc_contract_pub.chrv_tbl_type;
6700: l_chrv_tbl_out okc_contract_pub.chrv_tbl_type;
6701: -- workflow variabled
6702: l_wf_attributes oks_wf_k_process_pvt.wf_attr_details;
6703: -- Instance History
6704: l_inst_dtls_tbl oks_ihd_pvt.ihdv_tbl_type;
6705: x_inst_dtls_tbl oks_ihd_pvt.ihdv_tbl_type;
6706: l_insthist_rec oks_ins_pvt.insv_rec_type;