DBA Data[Home] [Help]

APPS.OKS_EXTWARPRGM_PVT dependencies on OKC_INST_CND_PUB

Line 3889: l_inp_rec okc_inst_cnd_pub.instcnd_inp_rec;

3885: l_sts_code VARCHAR2 (30);
3886: l_sts_flag VARCHAR2 (1);
3887: p_cle_tbl p_srvline_tbl;
3888: l_ctr NUMBER;
3889: l_inp_rec okc_inst_cnd_pub.instcnd_inp_rec;
3890: l_entity_id NUMBER;
3891: BEGIN
3892: x_return_status := okc_api.g_ret_sts_success;
3893:

Line 4761: okc_inst_cnd_pub.inst_condition (p_api_version => 1.0,

4757: l_inp_rec.chr_id := p_k_line_rec.k_id;
4758: l_inp_rec.cle_id := l_line_id;
4759: l_inp_rec.jtot_object_code := 'OKC_K_LINE';
4760: l_inp_rec.inv_item_id := p_k_line_rec.srv_id;
4761: okc_inst_cnd_pub.inst_condition (p_api_version => 1.0,
4762: p_init_msg_list => 'T',
4763: x_return_status => x_return_status,
4764: x_msg_count => x_msg_count,
4765: x_msg_data => x_msg_data,