DBA Data[Home] [Help]

APPS.OKL_BILLING_CONTROLLER_PVT dependencies on OKL_IMA_PVT

Line 2010: p_imav_rec Okl_ima_pvt.imav_rec_type;

2006:
2007: p_cnrv_rec Okl_Cnr_Pvt.cnrv_rec_type;
2008: p_cnrv_tbl Okl_Cnr_Pvt.cnrv_tbl_type;
2009:
2010: p_imav_rec Okl_ima_pvt.imav_rec_type;
2011: x_imav_rec Okl_ima_pvt.imav_rec_type;
2012:
2013:
2014: p_api_version NUMBER := 1.0;

Line 2011: x_imav_rec Okl_ima_pvt.imav_rec_type;

2007: p_cnrv_rec Okl_Cnr_Pvt.cnrv_rec_type;
2008: p_cnrv_tbl Okl_Cnr_Pvt.cnrv_tbl_type;
2009:
2010: p_imav_rec Okl_ima_pvt.imav_rec_type;
2011: x_imav_rec Okl_ima_pvt.imav_rec_type;
2012:
2013:
2014: p_api_version NUMBER := 1.0;
2015: p_init_msg_list VARCHAR2(1) := Okl_Api.g_false;

Line 2399: --p_imav_rec Okl_ima_pvt.imav_rec_type;

2395:
2396: -- fmiao - Bug#5232919 - Modified - Start
2397: -- Commenting the decalration of Invoice Message Attribute Records as
2398: -- henceforth these are tracked as global records
2399: --p_imav_rec Okl_ima_pvt.imav_rec_type;
2400: --x_imav_rec Okl_ima_pvt.imav_rec_type;
2401:
2402: -- Defining table record for out record of Invoice Message Attribute
2403: x_imav_tbl Okl_Ima_Pvt.imav_tbl_type;

Line 2400: --x_imav_rec Okl_ima_pvt.imav_rec_type;

2396: -- fmiao - Bug#5232919 - Modified - Start
2397: -- Commenting the decalration of Invoice Message Attribute Records as
2398: -- henceforth these are tracked as global records
2399: --p_imav_rec Okl_ima_pvt.imav_rec_type;
2400: --x_imav_rec Okl_ima_pvt.imav_rec_type;
2401:
2402: -- Defining table record for out record of Invoice Message Attribute
2403: x_imav_tbl Okl_Ima_Pvt.imav_tbl_type;
2404: -- fmiao - Bug#5232919 - Modified - end

Line 2403: x_imav_tbl Okl_Ima_Pvt.imav_tbl_type;

2399: --p_imav_rec Okl_ima_pvt.imav_rec_type;
2400: --x_imav_rec Okl_ima_pvt.imav_rec_type;
2401:
2402: -- Defining table record for out record of Invoice Message Attribute
2403: x_imav_tbl Okl_Ima_Pvt.imav_tbl_type;
2404: -- fmiao - Bug#5232919 - Modified - end
2405:
2406: -- ssiruvol - Bug#5354130 - Added - Start
2407: -- temporary records for storing CNR table of records

Line 4112: --p_imav_rec Okl_ima_pvt.imav_rec_type;

4108:
4109: -- fmiao - Bug#5232919 - Modified - Start
4110: -- Commenting the decalration of Invoice Message Attribute Records as
4111: -- henceforth these are tracked as global records
4112: --p_imav_rec Okl_ima_pvt.imav_rec_type;
4113: --x_imav_rec Okl_ima_pvt.imav_rec_type;
4114:
4115: -- Defining table record for out record of Invoice Message Attribute
4116: x_imav_tbl Okl_Ima_Pvt.imav_tbl_type;

Line 4113: --x_imav_rec Okl_ima_pvt.imav_rec_type;

4109: -- fmiao - Bug#5232919 - Modified - Start
4110: -- Commenting the decalration of Invoice Message Attribute Records as
4111: -- henceforth these are tracked as global records
4112: --p_imav_rec Okl_ima_pvt.imav_rec_type;
4113: --x_imav_rec Okl_ima_pvt.imav_rec_type;
4114:
4115: -- Defining table record for out record of Invoice Message Attribute
4116: x_imav_tbl Okl_Ima_Pvt.imav_tbl_type;
4117: -- fmiao - Bug#5232919 - Modified - End

Line 4116: x_imav_tbl Okl_Ima_Pvt.imav_tbl_type;

4112: --p_imav_rec Okl_ima_pvt.imav_rec_type;
4113: --x_imav_rec Okl_ima_pvt.imav_rec_type;
4114:
4115: -- Defining table record for out record of Invoice Message Attribute
4116: x_imav_tbl Okl_Ima_Pvt.imav_tbl_type;
4117: -- fmiao - Bug#5232919 - Modified - End
4118:
4119: l_save_ims_id okl_invoice_mssgs_v.id%TYPE;
4120: l_save_priority okl_invoice_mssgs_v.priority%TYPE;