DBA Data[Home] [Help]

APPS.OKL_QUOTE_TO_CONTRACT_PVT dependencies on OKL_ASSET_SUBSIDY_PVT

Line 2985: l_cre_asb_tbl OKL_ASSET_SUBSIDY_PVT.asb_tbl_type;

2981: FROM okl_cost_adjustments_b
2982: WHERE PARENT_OBJECT_CODE = 'ASSET'
2983: AND ADJUSTMENT_SOURCE_TYPE = 'SUBSIDY'
2984: AND PARENT_OBJECT_ID = p_ast_id;
2985: l_cre_asb_tbl OKL_ASSET_SUBSIDY_PVT.asb_tbl_type;
2986: lx_cre_asb_tbl OKL_ASSET_SUBSIDY_PVT.asb_tbl_type;
2987: l_cre_asb_tmp_tbl OKL_ASSET_SUBSIDY_PVT.asb_tbl_type; --temporary table for initialization
2988: l_cre_counter NUMBER;
2989: l_fin_line_id NUMBER; -- Added by rravikir for Bug#6707125

Line 2986: lx_cre_asb_tbl OKL_ASSET_SUBSIDY_PVT.asb_tbl_type;

2982: WHERE PARENT_OBJECT_CODE = 'ASSET'
2983: AND ADJUSTMENT_SOURCE_TYPE = 'SUBSIDY'
2984: AND PARENT_OBJECT_ID = p_ast_id;
2985: l_cre_asb_tbl OKL_ASSET_SUBSIDY_PVT.asb_tbl_type;
2986: lx_cre_asb_tbl OKL_ASSET_SUBSIDY_PVT.asb_tbl_type;
2987: l_cre_asb_tmp_tbl OKL_ASSET_SUBSIDY_PVT.asb_tbl_type; --temporary table for initialization
2988: l_cre_counter NUMBER;
2989: l_fin_line_id NUMBER; -- Added by rravikir for Bug#6707125
2990: lx_return_status VARCHAR2(1);

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

2983: AND ADJUSTMENT_SOURCE_TYPE = 'SUBSIDY'
2984: AND PARENT_OBJECT_ID = p_ast_id;
2985: l_cre_asb_tbl OKL_ASSET_SUBSIDY_PVT.asb_tbl_type;
2986: lx_cre_asb_tbl OKL_ASSET_SUBSIDY_PVT.asb_tbl_type;
2987: l_cre_asb_tmp_tbl OKL_ASSET_SUBSIDY_PVT.asb_tbl_type; --temporary table for initialization
2988: l_cre_counter NUMBER;
2989: l_fin_line_id NUMBER; -- Added by rravikir for Bug#6707125
2990: lx_return_status VARCHAR2(1);
2991:

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

3057: END LOOP;
3058:
3059: IF l_cre_counter > 0 THEN
3060: IF(l_debug_enabled='Y') THEN
3061: okl_debug_pub.log_debug(FND_LOG.LEVEL_PROCEDURE,'okl.plsql.okl_asset_subsidy_pvt.create_asset_subsidy'
3062: ,'begin debug call create_asset_subsidy');
3063: END IF;
3064:
3065: okl_asset_subsidy_pvt.create_asset_subsidy( p_api_version => p_api_version,

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

3061: okl_debug_pub.log_debug(FND_LOG.LEVEL_PROCEDURE,'okl.plsql.okl_asset_subsidy_pvt.create_asset_subsidy'
3062: ,'begin debug call create_asset_subsidy');
3063: END IF;
3064:
3065: okl_asset_subsidy_pvt.create_asset_subsidy( p_api_version => p_api_version,
3066: p_init_msg_list => p_init_msg_list,
3067: x_return_status => x_return_status,
3068: x_msg_count => x_msg_count,
3069: x_msg_data => x_msg_data,

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

3069: x_msg_data => x_msg_data,
3070: p_asb_tbl => l_cre_asb_tbl,
3071: x_asb_tbl => lx_cre_asb_tbl);
3072: IF(l_debug_enabled='Y') THEN
3073: okl_debug_pub.log_debug(FND_LOG.LEVEL_PROCEDURE,'okl.plsql.okl_asset_subsidy_pvt.create_asset_subsidy'
3074: ,'end debug call create_asset_subsidy');
3075: END IF;
3076:
3077: IF (x_return_status = OKC_API.G_RET_STS_UNEXP_ERROR) THEN