DBA Data[Home] [Help]

APPS.OKS_OCINT_PUB dependencies on OKS_IHD_PVT

Line 916: l_inst_dtls_rec oks_ihd_pvt.ihdv_rec_type;

912: l_order_error VARCHAR2 (2000);
913: l_lndates_rec l_lndates_csr%ROWTYPE;
914: l_hdrdates_rec l_hdrdates_csr%ROWTYPE;
915: l_ref_num VARCHAR2 (30);
916: l_inst_dtls_rec oks_ihd_pvt.ihdv_rec_type;
917: l_insthist_rec oks_ins_pvt.insv_rec_type;
918: x_inst_dtls_rec oks_ihd_pvt.ihdv_rec_type;
919: x_insthist_rec oks_ins_pvt.insv_rec_type;
920: l_error VARCHAR2 (1) := 'N';

Line 918: x_inst_dtls_rec oks_ihd_pvt.ihdv_rec_type;

914: l_hdrdates_rec l_hdrdates_csr%ROWTYPE;
915: l_ref_num VARCHAR2 (30);
916: l_inst_dtls_rec oks_ihd_pvt.ihdv_rec_type;
917: l_insthist_rec oks_ins_pvt.insv_rec_type;
918: x_inst_dtls_rec oks_ihd_pvt.ihdv_rec_type;
919: x_insthist_rec oks_ins_pvt.insv_rec_type;
920: l_error VARCHAR2 (1) := 'N';
921: l_header_id NUMBER;
922: l_period_start oks_k_headers_v.period_start%TYPE;

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

2163: l_inst_dtls_rec.new_subline_start_date := l_k_line_rec.srv_sdt;
2164: l_inst_dtls_rec.new_subline_end_date := l_k_line_rec.srv_edt;
2165: l_inst_dtls_rec.new_customer := l_k_line_rec.customer_acct_id;
2166: l_inst_dtls_rec.new_k_status := l_hdrdates_rec.sts_code;
2167: oks_ihd_pvt.insert_row (p_api_version => 1.0,
2168: p_init_msg_list => 'T',
2169: x_return_status => l_return_status,
2170: x_msg_count => l_msg_count,
2171: x_msg_data => l_msg_data,

Line 4934: l_inst_dtls_rec oks_ihd_pvt.ihdv_rec_type;

4930: l_sts_code VARCHAR2(100);
4931:
4932: l_insthist_rec oks_ins_pvt.insv_rec_type;
4933: x_insthist_rec oks_ins_pvt.insv_rec_type;
4934: l_inst_dtls_rec oks_ihd_pvt.ihdv_rec_type;
4935: x_inst_dtls_rec oks_ihd_pvt.ihdv_rec_type;
4936:
4937:
4938:

Line 4935: x_inst_dtls_rec oks_ihd_pvt.ihdv_rec_type;

4931:
4932: l_insthist_rec oks_ins_pvt.insv_rec_type;
4933: x_insthist_rec oks_ins_pvt.insv_rec_type;
4934: l_inst_dtls_rec oks_ihd_pvt.ihdv_rec_type;
4935: x_inst_dtls_rec oks_ihd_pvt.ihdv_rec_type;
4936:
4937:
4938:
4939: Begin