[Home] [Help]
2064: x_cons_inv_num OUT NOCOPY VARCHAR2
2065: )
2066: IS
2067:
2068: x_cnrv_rec Okl_Cnr_Pvt.cnrv_rec_type;
2069: x_cnrv_tbl Okl_Cnr_Pvt.cnrv_tbl_type;
2070:
2071: p_cnrv_rec Okl_Cnr_Pvt.cnrv_rec_type;
2072: p_cnrv_tbl Okl_Cnr_Pvt.cnrv_tbl_type;
2065: )
2066: IS
2067:
2068: x_cnrv_rec Okl_Cnr_Pvt.cnrv_rec_type;
2069: x_cnrv_tbl Okl_Cnr_Pvt.cnrv_tbl_type;
2070:
2071: p_cnrv_rec Okl_Cnr_Pvt.cnrv_rec_type;
2072: p_cnrv_tbl Okl_Cnr_Pvt.cnrv_tbl_type;
2073:
2067:
2068: x_cnrv_rec Okl_Cnr_Pvt.cnrv_rec_type;
2069: x_cnrv_tbl Okl_Cnr_Pvt.cnrv_tbl_type;
2070:
2071: p_cnrv_rec Okl_Cnr_Pvt.cnrv_rec_type;
2072: p_cnrv_tbl Okl_Cnr_Pvt.cnrv_tbl_type;
2073:
2074: p_imav_rec Okl_ima_pvt.imav_rec_type;
2075: x_imav_rec Okl_ima_pvt.imav_rec_type;
2068: x_cnrv_rec Okl_Cnr_Pvt.cnrv_rec_type;
2069: x_cnrv_tbl Okl_Cnr_Pvt.cnrv_tbl_type;
2070:
2071: p_cnrv_rec Okl_Cnr_Pvt.cnrv_rec_type;
2072: p_cnrv_tbl Okl_Cnr_Pvt.cnrv_tbl_type;
2073:
2074: p_imav_rec Okl_ima_pvt.imav_rec_type;
2075: x_imav_rec Okl_ima_pvt.imav_rec_type;
2076:
2447: )
2448:
2449: IS
2450:
2451: x_cnrv_rec Okl_Cnr_Pvt.cnrv_rec_type;
2452: x_cnrv_tbl Okl_Cnr_Pvt.cnrv_tbl_type;
2453:
2454: x_lsmv_rec Okl_Lsm_Pvt.lsmv_rec_type;
2455: x_lsmv_tbl Okl_Lsm_Pvt.lsmv_tbl_type;
2448:
2449: IS
2450:
2451: x_cnrv_rec Okl_Cnr_Pvt.cnrv_rec_type;
2452: x_cnrv_tbl Okl_Cnr_Pvt.cnrv_tbl_type;
2453:
2454: x_lsmv_rec Okl_Lsm_Pvt.lsmv_rec_type;
2455: x_lsmv_tbl Okl_Lsm_Pvt.lsmv_tbl_type;
2456:
4067: x_xlsv_rec Okl_Xls_Pvt.xlsv_rec_type;
4068: null_xlsv_rec Okl_Xls_Pvt.xlsv_rec_type;
4069:
4070: -- For Updating header and line amnounts and sequences
4071: u_cnrv_rec Okl_Cnr_Pvt.cnrv_rec_type;
4072: x_cnrv_rec Okl_Cnr_Pvt.cnrv_rec_type;
4073: null_cnrv_rec Okl_Cnr_Pvt.cnrv_rec_type;
4074:
4075: u_llnv_rec Okl_Lln_Pvt.llnv_rec_type;
4068: null_xlsv_rec Okl_Xls_Pvt.xlsv_rec_type;
4069:
4070: -- For Updating header and line amnounts and sequences
4071: u_cnrv_rec Okl_Cnr_Pvt.cnrv_rec_type;
4072: x_cnrv_rec Okl_Cnr_Pvt.cnrv_rec_type;
4073: null_cnrv_rec Okl_Cnr_Pvt.cnrv_rec_type;
4074:
4075: u_llnv_rec Okl_Lln_Pvt.llnv_rec_type;
4076: x_llnv_rec Okl_Lln_Pvt.llnv_rec_type;
4069:
4070: -- For Updating header and line amnounts and sequences
4071: u_cnrv_rec Okl_Cnr_Pvt.cnrv_rec_type;
4072: x_cnrv_rec Okl_Cnr_Pvt.cnrv_rec_type;
4073: null_cnrv_rec Okl_Cnr_Pvt.cnrv_rec_type;
4074:
4075: u_llnv_rec Okl_Lln_Pvt.llnv_rec_type;
4076: x_llnv_rec Okl_Lln_Pvt.llnv_rec_type;
4077: null_llnv_rec Okl_Lln_Pvt.llnv_rec_type;
4167: l_old_lln_id NUMBER;
4168: l_cnr_amount okl_cnsld_ar_hdrs_v.amount%TYPE;
4169: l_lln_amount okl_cnsld_ar_lines_v.amount%TYPE;
4170:
4171: x_cnrv_tbl Okl_Cnr_Pvt.cnrv_tbl_type;
4172:
4173: -- fmiao - Bug#5232919 - Modified - Start
4174: -- Commenting the decalration of Invoice Message Attribute Records as
4175: -- henceforth these are tracked as global records