DBA Data[Home] [Help]

APPS.OKS_EXTWARPRGM_PVT dependencies on OKC_INST_CND_PUB

Line 3989: l_inp_rec okc_inst_cnd_pub.instcnd_inp_rec;

3985: l_sts_code VARCHAR2 (30);
3986: l_sts_flag VARCHAR2 (1);
3987: p_cle_tbl p_srvline_tbl;
3988: l_ctr NUMBER;
3989: l_inp_rec okc_inst_cnd_pub.instcnd_inp_rec;
3990: l_entity_id NUMBER;
3991: BEGIN
3992: x_return_status := okc_api.g_ret_sts_success;
3993:

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

4925: l_inp_rec.chr_id := p_k_line_rec.k_id;
4926: l_inp_rec.cle_id := l_line_id;
4927: l_inp_rec.jtot_object_code := 'OKC_K_LINE';
4928: l_inp_rec.inv_item_id := p_k_line_rec.srv_id;
4929: okc_inst_cnd_pub.inst_condition (p_api_version => 1.0,
4930: p_init_msg_list => 'T',
4931: x_return_status => x_return_status,
4932: x_msg_count => x_msg_count,
4933: x_msg_data => x_msg_data,