DBA Data[Home] [Help]

APPS.OKL_INS_CLAIM_ASSET_PVT dependencies on OKL_ASSET_CNDTNS_PUB

Line 166: -- Start of wraper code generated automatically by Debug code generator for okl_asset_cndtns_pub.insert_asset_cndtns

162: END LOOP;
163: END IF;
164:
165: --Populate the line
166: -- Start of wraper code generated automatically by Debug code generator for okl_asset_cndtns_pub.insert_asset_cndtns
167: IF(IS_DEBUG_PROCEDURE_ON) THEN
168: BEGIN
169: OKL_DEBUG_PUB.LOG_DEBUG(L_LEVEL_PROCEDURE,L_MODULE,'Begin Debug OKLRCLAB.pls call okl_asset_cndtns_pub.insert_asset_cndtns ');
170: END;

Line 169: OKL_DEBUG_PUB.LOG_DEBUG(L_LEVEL_PROCEDURE,L_MODULE,'Begin Debug OKLRCLAB.pls call okl_asset_cndtns_pub.insert_asset_cndtns ');

165: --Populate the line
166: -- Start of wraper code generated automatically by Debug code generator for okl_asset_cndtns_pub.insert_asset_cndtns
167: IF(IS_DEBUG_PROCEDURE_ON) THEN
168: BEGIN
169: OKL_DEBUG_PUB.LOG_DEBUG(L_LEVEL_PROCEDURE,L_MODULE,'Begin Debug OKLRCLAB.pls call okl_asset_cndtns_pub.insert_asset_cndtns ');
170: END;
171: END IF;
172: okl_asset_cndtns_pub.insert_asset_cndtns(
173: p_api_version => p_api_version

Line 172: okl_asset_cndtns_pub.insert_asset_cndtns(

168: BEGIN
169: OKL_DEBUG_PUB.LOG_DEBUG(L_LEVEL_PROCEDURE,L_MODULE,'Begin Debug OKLRCLAB.pls call okl_asset_cndtns_pub.insert_asset_cndtns ');
170: END;
171: END IF;
172: okl_asset_cndtns_pub.insert_asset_cndtns(
173: p_api_version => p_api_version
174: ,p_init_msg_list => p_init_msg_list
175: ,x_return_status => x_return_status
176: ,x_msg_count => x_msg_count

Line 182: OKL_DEBUG_PUB.LOG_DEBUG(L_LEVEL_PROCEDURE,L_MODULE,'End Debug OKLRCLAB.pls call okl_asset_cndtns_pub.insert_asset_cndtns ');

178: ,p_acdv_tbl => l_acdv_tbl
179: ,x_acdv_tbl => px_acdv_tbl);
180: IF(IS_DEBUG_PROCEDURE_ON) THEN
181: BEGIN
182: OKL_DEBUG_PUB.LOG_DEBUG(L_LEVEL_PROCEDURE,L_MODULE,'End Debug OKLRCLAB.pls call okl_asset_cndtns_pub.insert_asset_cndtns ');
183: END;
184: END IF;
185: -- End of wraper code generated automatically by Debug code generator for okl_asset_cndtns_pub.insert_asset_cndtns
186:

Line 185: -- End of wraper code generated automatically by Debug code generator for okl_asset_cndtns_pub.insert_asset_cndtns

181: BEGIN
182: OKL_DEBUG_PUB.LOG_DEBUG(L_LEVEL_PROCEDURE,L_MODULE,'End Debug OKLRCLAB.pls call okl_asset_cndtns_pub.insert_asset_cndtns ');
183: END;
184: END IF;
185: -- End of wraper code generated automatically by Debug code generator for okl_asset_cndtns_pub.insert_asset_cndtns
186:
187: IF (x_return_status = OKC_API.G_RET_STS_UNEXP_ERROR) THEN
188: RAISE OKC_API.G_EXCEPTION_UNEXPECTED_ERROR;
189: ELSIF (x_return_status = OKC_API.G_RET_STS_ERROR) THEN