[Home] [Help]
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';
921: l_header_id NUMBER;
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;
923: l_period_type oks_k_headers_v.period_type%TYPE;
2121: l_insthist_rec.instance_id := l_cp_tbl (cp_ctr).cp_id;
2122: l_insthist_rec.transaction_type := 'NEW';
2123: l_insthist_rec.transaction_date := SYSDATE;
2124: l_insthist_rec.reference_number := l_ref_num;
2125: oks_ins_pvt.insert_row (p_api_version => 1.0,
2126: p_init_msg_list => 'T',
2127: x_return_status => l_return_status,
2128: x_msg_count => l_msg_count,
2129: x_msg_data => l_msg_data,
4928: l_ref_num NUMBER;
4929: l_cust_acct_id NUMBER;
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:
4929: l_cust_acct_id NUMBER;
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: