DBA Data[Home] [Help]

APPS.OKS_OCINT_PUB dependencies on OKS_IHD_PVT

Line 888: l_inst_dtls_rec oks_ihd_pvt.ihdv_rec_type;

884: l_order_error VARCHAR2 (2000);
885: l_lndates_rec l_lndates_csr%ROWTYPE;
886: l_hdrdates_rec l_hdrdates_csr%ROWTYPE;
887: l_ref_num VARCHAR2 (30);
888: l_inst_dtls_rec oks_ihd_pvt.ihdv_rec_type;
889: l_insthist_rec oks_ins_pvt.insv_rec_type;
890: x_inst_dtls_rec oks_ihd_pvt.ihdv_rec_type;
891: x_insthist_rec oks_ins_pvt.insv_rec_type;
892: l_error VARCHAR2 (1) := 'N';

Line 890: x_inst_dtls_rec oks_ihd_pvt.ihdv_rec_type;

886: l_hdrdates_rec l_hdrdates_csr%ROWTYPE;
887: l_ref_num VARCHAR2 (30);
888: l_inst_dtls_rec oks_ihd_pvt.ihdv_rec_type;
889: l_insthist_rec oks_ins_pvt.insv_rec_type;
890: x_inst_dtls_rec oks_ihd_pvt.ihdv_rec_type;
891: x_insthist_rec oks_ins_pvt.insv_rec_type;
892: l_error VARCHAR2 (1) := 'N';
893: l_header_id NUMBER;
894: l_period_start oks_k_headers_v.period_start%TYPE;

Line 1957: oks_ihd_pvt.insert_row (p_api_version => 1.0,

1953: l_inst_dtls_rec.new_subline_start_date := l_k_line_rec.srv_sdt;
1954: l_inst_dtls_rec.new_subline_end_date := l_k_line_rec.srv_edt;
1955: l_inst_dtls_rec.new_customer := l_k_line_rec.customer_acct_id;
1956: l_inst_dtls_rec.new_k_status := l_hdrdates_rec.sts_code;
1957: oks_ihd_pvt.insert_row (p_api_version => 1.0,
1958: p_init_msg_list => 'T',
1959: x_return_status => l_return_status,
1960: x_msg_count => l_msg_count,
1961: x_msg_data => l_msg_data,