DBA Data[Home] [Help]

APPS.OKL_QUOTE_TO_CONTRACT_PVT dependencies on OKL_ASSET_SUBSIDY_PVT

Line 3023: l_cre_asb_tbl OKL_ASSET_SUBSIDY_PVT.asb_tbl_type;

3019: FROM okl_cost_adjustments_b
3020: WHERE PARENT_OBJECT_CODE = 'ASSET'
3021: AND ADJUSTMENT_SOURCE_TYPE = 'SUBSIDY'
3022: AND PARENT_OBJECT_ID = p_ast_id;
3023: l_cre_asb_tbl OKL_ASSET_SUBSIDY_PVT.asb_tbl_type;
3024: lx_cre_asb_tbl OKL_ASSET_SUBSIDY_PVT.asb_tbl_type;
3025: l_cre_asb_tmp_tbl OKL_ASSET_SUBSIDY_PVT.asb_tbl_type; --temporary table for initialization
3026: l_cre_counter NUMBER;
3027: l_fin_line_id NUMBER; -- Added by rravikir for Bug#6707125

Line 3024: lx_cre_asb_tbl OKL_ASSET_SUBSIDY_PVT.asb_tbl_type;

3020: WHERE PARENT_OBJECT_CODE = 'ASSET'
3021: AND ADJUSTMENT_SOURCE_TYPE = 'SUBSIDY'
3022: AND PARENT_OBJECT_ID = p_ast_id;
3023: l_cre_asb_tbl OKL_ASSET_SUBSIDY_PVT.asb_tbl_type;
3024: lx_cre_asb_tbl OKL_ASSET_SUBSIDY_PVT.asb_tbl_type;
3025: l_cre_asb_tmp_tbl OKL_ASSET_SUBSIDY_PVT.asb_tbl_type; --temporary table for initialization
3026: l_cre_counter NUMBER;
3027: l_fin_line_id NUMBER; -- Added by rravikir for Bug#6707125
3028: lx_return_status VARCHAR2(1);

Line 3025: l_cre_asb_tmp_tbl OKL_ASSET_SUBSIDY_PVT.asb_tbl_type; --temporary table for initialization

3021: AND ADJUSTMENT_SOURCE_TYPE = 'SUBSIDY'
3022: AND PARENT_OBJECT_ID = p_ast_id;
3023: l_cre_asb_tbl OKL_ASSET_SUBSIDY_PVT.asb_tbl_type;
3024: lx_cre_asb_tbl OKL_ASSET_SUBSIDY_PVT.asb_tbl_type;
3025: l_cre_asb_tmp_tbl OKL_ASSET_SUBSIDY_PVT.asb_tbl_type; --temporary table for initialization
3026: l_cre_counter NUMBER;
3027: l_fin_line_id NUMBER; -- Added by rravikir for Bug#6707125
3028: lx_return_status VARCHAR2(1);
3029:

Line 3099: okl_debug_pub.log_debug(FND_LOG.LEVEL_PROCEDURE,'okl.plsql.okl_asset_subsidy_pvt.create_asset_subsidy'

3095: END LOOP;
3096:
3097: IF l_cre_counter > 0 THEN
3098: IF(l_debug_enabled='Y') THEN
3099: okl_debug_pub.log_debug(FND_LOG.LEVEL_PROCEDURE,'okl.plsql.okl_asset_subsidy_pvt.create_asset_subsidy'
3100: ,'begin debug call create_asset_subsidy');
3101: END IF;
3102:
3103: okl_asset_subsidy_pvt.create_asset_subsidy( p_api_version => p_api_version,

Line 3103: okl_asset_subsidy_pvt.create_asset_subsidy( p_api_version => p_api_version,

3099: okl_debug_pub.log_debug(FND_LOG.LEVEL_PROCEDURE,'okl.plsql.okl_asset_subsidy_pvt.create_asset_subsidy'
3100: ,'begin debug call create_asset_subsidy');
3101: END IF;
3102:
3103: okl_asset_subsidy_pvt.create_asset_subsidy( p_api_version => p_api_version,
3104: p_init_msg_list => p_init_msg_list,
3105: x_return_status => x_return_status,
3106: x_msg_count => x_msg_count,
3107: x_msg_data => x_msg_data,

Line 3111: okl_debug_pub.log_debug(FND_LOG.LEVEL_PROCEDURE,'okl.plsql.okl_asset_subsidy_pvt.create_asset_subsidy'

3107: x_msg_data => x_msg_data,
3108: p_asb_tbl => l_cre_asb_tbl,
3109: x_asb_tbl => lx_cre_asb_tbl);
3110: IF(l_debug_enabled='Y') THEN
3111: okl_debug_pub.log_debug(FND_LOG.LEVEL_PROCEDURE,'okl.plsql.okl_asset_subsidy_pvt.create_asset_subsidy'
3112: ,'end debug call create_asset_subsidy');
3113: END IF;
3114:
3115: IF (x_return_status = OKC_API.G_RET_STS_UNEXP_ERROR) THEN