DBA Data[Home] [Help]

APPS.OKL_BILLING_CONTROLLER_PVT dependencies on OKL_IMA_PVT

Line 2074: p_imav_rec Okl_ima_pvt.imav_rec_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:
2077:
2078: p_api_version NUMBER := 1.0;

Line 2075: x_imav_rec Okl_ima_pvt.imav_rec_type;

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:
2077:
2078: p_api_version NUMBER := 1.0;
2079: p_init_msg_list VARCHAR2(1) := Okl_Api.g_false;

Line 2463: --p_imav_rec Okl_ima_pvt.imav_rec_type;

2459:
2460: -- fmiao - Bug#5232919 - Modified - Start
2461: -- Commenting the decalration of Invoice Message Attribute Records as
2462: -- henceforth these are tracked as global records
2463: --p_imav_rec Okl_ima_pvt.imav_rec_type;
2464: --x_imav_rec Okl_ima_pvt.imav_rec_type;
2465:
2466: -- Defining table record for out record of Invoice Message Attribute
2467: x_imav_tbl Okl_Ima_Pvt.imav_tbl_type;

Line 2464: --x_imav_rec Okl_ima_pvt.imav_rec_type;

2460: -- fmiao - Bug#5232919 - Modified - Start
2461: -- Commenting the decalration of Invoice Message Attribute Records as
2462: -- henceforth these are tracked as global records
2463: --p_imav_rec Okl_ima_pvt.imav_rec_type;
2464: --x_imav_rec Okl_ima_pvt.imav_rec_type;
2465:
2466: -- Defining table record for out record of Invoice Message Attribute
2467: x_imav_tbl Okl_Ima_Pvt.imav_tbl_type;
2468: -- fmiao - Bug#5232919 - Modified - end

Line 2467: x_imav_tbl Okl_Ima_Pvt.imav_tbl_type;

2463: --p_imav_rec Okl_ima_pvt.imav_rec_type;
2464: --x_imav_rec Okl_ima_pvt.imav_rec_type;
2465:
2466: -- Defining table record for out record of Invoice Message Attribute
2467: x_imav_tbl Okl_Ima_Pvt.imav_tbl_type;
2468: -- fmiao - Bug#5232919 - Modified - end
2469:
2470: -- ssiruvol - Bug#5354130 - Added - Start
2471: -- temporary records for storing CNR table of records

Line 4176: --p_imav_rec Okl_ima_pvt.imav_rec_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
4176: --p_imav_rec Okl_ima_pvt.imav_rec_type;
4177: --x_imav_rec Okl_ima_pvt.imav_rec_type;
4178:
4179: -- Defining table record for out record of Invoice Message Attribute
4180: x_imav_tbl Okl_Ima_Pvt.imav_tbl_type;

Line 4177: --x_imav_rec Okl_ima_pvt.imav_rec_type;

4173: -- fmiao - Bug#5232919 - Modified - Start
4174: -- Commenting the decalration of Invoice Message Attribute Records as
4175: -- henceforth these are tracked as global records
4176: --p_imav_rec Okl_ima_pvt.imav_rec_type;
4177: --x_imav_rec Okl_ima_pvt.imav_rec_type;
4178:
4179: -- Defining table record for out record of Invoice Message Attribute
4180: x_imav_tbl Okl_Ima_Pvt.imav_tbl_type;
4181: -- fmiao - Bug#5232919 - Modified - End

Line 4180: x_imav_tbl Okl_Ima_Pvt.imav_tbl_type;

4176: --p_imav_rec Okl_ima_pvt.imav_rec_type;
4177: --x_imav_rec Okl_ima_pvt.imav_rec_type;
4178:
4179: -- Defining table record for out record of Invoice Message Attribute
4180: x_imav_tbl Okl_Ima_Pvt.imav_tbl_type;
4181: -- fmiao - Bug#5232919 - Modified - End
4182:
4183: l_save_ims_id okl_invoice_mssgs_v.id%TYPE;
4184: l_save_priority okl_invoice_mssgs_v.priority%TYPE;