DBA Data[Home] [Help]

APPS.OKL_SLA_ACC_SOURCES_PVT dependencies on OKL_AR_EXTENSION_PVT

Line 5352: 'Calling the okl_ar_extension_pvt.create_rxh_extension ' || l_rxh_rec.source_id );

5348: END LOOP; -- c_sales_rep_acc_sources_csr
5349: END IF;
5350:
5351: put_in_log(l_debug_enabled,is_debug_procedure_on,is_debug_statement_on,l_module, 'P',
5352: 'Calling the okl_ar_extension_pvt.create_rxh_extension ' || l_rxh_rec.source_id );
5353: okl_ar_extension_pvt.create_rxh_extension( -- Change : PRASJAIN : Bug# 6268782
5354: p_api_version => l_api_version
5355: ,p_init_msg_list => p_init_msg_list
5356: ,x_return_status => l_return_status

Line 5353: okl_ar_extension_pvt.create_rxh_extension( -- Change : PRASJAIN : Bug# 6268782

5349: END IF;
5350:
5351: put_in_log(l_debug_enabled,is_debug_procedure_on,is_debug_statement_on,l_module, 'P',
5352: 'Calling the okl_ar_extension_pvt.create_rxh_extension ' || l_rxh_rec.source_id );
5353: okl_ar_extension_pvt.create_rxh_extension( -- Change : PRASJAIN : Bug# 6268782
5354: p_api_version => l_api_version
5355: ,p_init_msg_list => p_init_msg_list
5356: ,x_return_status => l_return_status
5357: ,x_msg_count => x_msg_count

Line 5365: 'After okl_ar_extension_pvt.create_rxh_extension: l_return_status ' || l_return_status );

5361: ,x_rxh_rec => lx_rxh_rec
5362: ,x_rxhl_tbl => lx_rxhl_tbl
5363: );
5364: put_in_log(l_debug_enabled,is_debug_procedure_on,is_debug_statement_on,l_module, 'S',
5365: 'After okl_ar_extension_pvt.create_rxh_extension: l_return_status ' || l_return_status );
5366: -- Check the return status and if errored, return the error back
5367: IF (l_return_status = OKL_API.G_RET_STS_UNEXP_ERROR) THEN
5368: RAISE OKL_API.G_EXCEPTION_UNEXPECTED_ERROR;
5369: ELSIF (l_return_status = OKL_API.G_RET_STS_ERROR) THEN

Line 5563: 'Calling the okl_ar_extension_pvt.create_rxl_extension source_id=' || l_rxl_rec.source_id );

5559: END IF;
5560:
5561: -- Calling insert_row
5562: put_in_log(l_debug_enabled,is_debug_procedure_on,is_debug_statement_on,l_module, 'P',
5563: 'Calling the okl_ar_extension_pvt.create_rxl_extension source_id=' || l_rxl_rec.source_id );
5564: okl_ar_extension_pvt.create_rxl_extension(
5565: p_api_version => l_api_version
5566: ,p_init_msg_list => p_init_msg_list
5567: ,x_return_status => l_return_status

Line 5564: okl_ar_extension_pvt.create_rxl_extension(

5560:
5561: -- Calling insert_row
5562: put_in_log(l_debug_enabled,is_debug_procedure_on,is_debug_statement_on,l_module, 'P',
5563: 'Calling the okl_ar_extension_pvt.create_rxl_extension source_id=' || l_rxl_rec.source_id );
5564: okl_ar_extension_pvt.create_rxl_extension(
5565: p_api_version => l_api_version
5566: ,p_init_msg_list => p_init_msg_list
5567: ,x_return_status => l_return_status
5568: ,x_msg_count => x_msg_count

Line 5576: 'After okl_ar_extension_pvt.create_rxl_extension: l_return_status ' || l_return_status );

5572: ,x_rxl_rec => lx_rxl_rec
5573: ,x_rxll_tbl => lx_rxll_tbl
5574: );
5575: put_in_log(l_debug_enabled,is_debug_procedure_on,is_debug_statement_on,l_module, 'P',
5576: 'After okl_ar_extension_pvt.create_rxl_extension: l_return_status ' || l_return_status );
5577: IF (l_return_status = OKL_API.G_RET_STS_UNEXP_ERROR) THEN
5578: RAISE OKL_API.G_EXCEPTION_UNEXPECTED_ERROR;
5579: ELSIF (l_return_status = OKL_API.G_RET_STS_ERROR) THEN
5580: RAISE OKL_API.G_EXCEPTION_ERROR;

Line 6166: 'calling the okl_ar_extension_pvt.delete_rxh_extension Line Count=' || l_rxlv_tbl.COUNT );

6162: rxl_index := rxl_index + 1;
6163: END LOOP; -- End get_trans_line_ids
6164: -- Call the Wrapper API to delete the Extension Lines and then Header
6165: put_in_log(l_debug_enabled,is_debug_procedure_on,is_debug_statement_on,l_module, 'S',
6166: 'calling the okl_ar_extension_pvt.delete_rxh_extension Line Count=' || l_rxlv_tbl.COUNT );
6167: okl_ar_extension_pvt.delete_rxh_extension(
6168: p_api_version => p_api_version
6169: ,p_init_msg_list => p_init_msg_list
6170: ,x_return_status => x_return_status

Line 6167: okl_ar_extension_pvt.delete_rxh_extension(

6163: END LOOP; -- End get_trans_line_ids
6164: -- Call the Wrapper API to delete the Extension Lines and then Header
6165: put_in_log(l_debug_enabled,is_debug_procedure_on,is_debug_statement_on,l_module, 'S',
6166: 'calling the okl_ar_extension_pvt.delete_rxh_extension Line Count=' || l_rxlv_tbl.COUNT );
6167: okl_ar_extension_pvt.delete_rxh_extension(
6168: p_api_version => p_api_version
6169: ,p_init_msg_list => p_init_msg_list
6170: ,x_return_status => x_return_status
6171: ,x_msg_count => x_msg_count

Line 6176: 'After okl_ar_extension_pvt.delete_rxh_extension: l_return_status ' || l_return_status );

6172: ,x_msg_data => x_msg_data
6173: ,p_rxhv_rec => l_rxhv_rec
6174: );
6175: put_in_log(l_debug_enabled,is_debug_procedure_on,is_debug_statement_on,l_module, 'P',
6176: 'After okl_ar_extension_pvt.delete_rxh_extension: l_return_status ' || l_return_status );
6177: -- Check the return status and if errored, return the error back
6178: IF (l_return_status = OKL_API.G_RET_STS_UNEXP_ERROR)
6179: THEN
6180: RAISE OKL_API.G_EXCEPTION_UNEXPECTED_ERROR;

Line 8710: 'Calling the okl_ar_extension_pvt.create_rxh_extension ' || l_rxh_rec.source_id );

8706: END LOOP;
8707:
8708: -- Now call the API to insert the Sources in the OKL_EXT_AR_HEADER_SOURCES_B/_TL table
8709: put_in_log(l_debug_enabled,is_debug_procedure_on,is_debug_statement_on,l_module, 'P',
8710: 'Calling the okl_ar_extension_pvt.create_rxh_extension ' || l_rxh_rec.source_id );
8711: okl_ar_extension_pvt.create_rxh_extension(
8712: p_api_version => l_api_version
8713: ,p_init_msg_list => p_init_msg_list
8714: ,x_return_status => l_return_status

Line 8711: okl_ar_extension_pvt.create_rxh_extension(

8707:
8708: -- Now call the API to insert the Sources in the OKL_EXT_AR_HEADER_SOURCES_B/_TL table
8709: put_in_log(l_debug_enabled,is_debug_procedure_on,is_debug_statement_on,l_module, 'P',
8710: 'Calling the okl_ar_extension_pvt.create_rxh_extension ' || l_rxh_rec.source_id );
8711: okl_ar_extension_pvt.create_rxh_extension(
8712: p_api_version => l_api_version
8713: ,p_init_msg_list => p_init_msg_list
8714: ,x_return_status => l_return_status
8715: ,x_msg_count => x_msg_count

Line 8723: 'After call to okl_ar_extension_pvt.create_rxh_extension: l_return_status ' || l_return_status );

8719: ,x_rxh_rec => lx_rxh_rec
8720: ,x_rxhl_tbl => lx_rxhl_tbl
8721: );
8722: put_in_log(l_debug_enabled,is_debug_procedure_on,is_debug_statement_on,l_module, 'S',
8723: 'After call to okl_ar_extension_pvt.create_rxh_extension: l_return_status ' || l_return_status );
8724: IF (l_return_status = OKL_API.G_RET_STS_UNEXP_ERROR)
8725: THEN
8726: RAISE OKL_API.G_EXCEPTION_UNEXPECTED_ERROR;
8727: ELSIF (l_return_status = OKL_API.G_RET_STS_ERROR)