DBA Data[Home] [Help]

APPS.OKL_SLA_ACC_SOURCES_PVT dependencies on OKL_AR_EXTENSION_PVT

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

5463: END LOOP; -- c_sales_rep_acc_sources_csr
5464: END IF;
5465:
5466: put_in_log(l_debug_enabled,is_debug_procedure_on,is_debug_statement_on,l_module, 'P',
5467: 'Calling the okl_ar_extension_pvt.create_rxh_extension ' || l_rxh_rec.source_id );
5468: okl_ar_extension_pvt.create_rxh_extension( -- Change : PRASJAIN : Bug# 6268782
5469: p_api_version => l_api_version
5470: ,p_init_msg_list => p_init_msg_list
5471: ,x_return_status => l_return_status

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

5464: END IF;
5465:
5466: put_in_log(l_debug_enabled,is_debug_procedure_on,is_debug_statement_on,l_module, 'P',
5467: 'Calling the okl_ar_extension_pvt.create_rxh_extension ' || l_rxh_rec.source_id );
5468: okl_ar_extension_pvt.create_rxh_extension( -- Change : PRASJAIN : Bug# 6268782
5469: p_api_version => l_api_version
5470: ,p_init_msg_list => p_init_msg_list
5471: ,x_return_status => l_return_status
5472: ,x_msg_count => x_msg_count

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

5476: ,x_rxh_rec => lx_rxh_rec
5477: ,x_rxhl_tbl => lx_rxhl_tbl
5478: );
5479: put_in_log(l_debug_enabled,is_debug_procedure_on,is_debug_statement_on,l_module, 'S',
5480: 'After okl_ar_extension_pvt.create_rxh_extension: l_return_status ' || l_return_status );
5481: -- Check the return status and if errored, return the error back
5482: IF (l_return_status = OKL_API.G_RET_STS_UNEXP_ERROR) THEN
5483: RAISE OKL_API.G_EXCEPTION_UNEXPECTED_ERROR;
5484: ELSIF (l_return_status = OKL_API.G_RET_STS_ERROR) THEN

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

5674: END IF;
5675:
5676: -- Calling insert_row
5677: put_in_log(l_debug_enabled,is_debug_procedure_on,is_debug_statement_on,l_module, 'P',
5678: 'Calling the okl_ar_extension_pvt.create_rxl_extension source_id=' || l_rxl_rec.source_id );
5679: okl_ar_extension_pvt.create_rxl_extension(
5680: p_api_version => l_api_version
5681: ,p_init_msg_list => p_init_msg_list
5682: ,x_return_status => l_return_status

Line 5679: okl_ar_extension_pvt.create_rxl_extension(

5675:
5676: -- Calling insert_row
5677: put_in_log(l_debug_enabled,is_debug_procedure_on,is_debug_statement_on,l_module, 'P',
5678: 'Calling the okl_ar_extension_pvt.create_rxl_extension source_id=' || l_rxl_rec.source_id );
5679: okl_ar_extension_pvt.create_rxl_extension(
5680: p_api_version => l_api_version
5681: ,p_init_msg_list => p_init_msg_list
5682: ,x_return_status => l_return_status
5683: ,x_msg_count => x_msg_count

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

5687: ,x_rxl_rec => lx_rxl_rec
5688: ,x_rxll_tbl => lx_rxll_tbl
5689: );
5690: put_in_log(l_debug_enabled,is_debug_procedure_on,is_debug_statement_on,l_module, 'P',
5691: 'After okl_ar_extension_pvt.create_rxl_extension: l_return_status ' || l_return_status );
5692: IF (l_return_status = OKL_API.G_RET_STS_UNEXP_ERROR) THEN
5693: RAISE OKL_API.G_EXCEPTION_UNEXPECTED_ERROR;
5694: ELSIF (l_return_status = OKL_API.G_RET_STS_ERROR) THEN
5695: RAISE OKL_API.G_EXCEPTION_ERROR;

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

6277: rxl_index := rxl_index + 1;
6278: END LOOP; -- End get_trans_line_ids
6279: -- Call the Wrapper API to delete the Extension Lines and then Header
6280: put_in_log(l_debug_enabled,is_debug_procedure_on,is_debug_statement_on,l_module, 'S',
6281: 'calling the okl_ar_extension_pvt.delete_rxh_extension Line Count=' || l_rxlv_tbl.COUNT );
6282: okl_ar_extension_pvt.delete_rxh_extension(
6283: p_api_version => p_api_version
6284: ,p_init_msg_list => p_init_msg_list
6285: ,x_return_status => x_return_status

Line 6282: okl_ar_extension_pvt.delete_rxh_extension(

6278: END LOOP; -- End get_trans_line_ids
6279: -- Call the Wrapper API to delete the Extension Lines and then Header
6280: put_in_log(l_debug_enabled,is_debug_procedure_on,is_debug_statement_on,l_module, 'S',
6281: 'calling the okl_ar_extension_pvt.delete_rxh_extension Line Count=' || l_rxlv_tbl.COUNT );
6282: okl_ar_extension_pvt.delete_rxh_extension(
6283: p_api_version => p_api_version
6284: ,p_init_msg_list => p_init_msg_list
6285: ,x_return_status => x_return_status
6286: ,x_msg_count => x_msg_count

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

6287: ,x_msg_data => x_msg_data
6288: ,p_rxhv_rec => l_rxhv_rec
6289: );
6290: put_in_log(l_debug_enabled,is_debug_procedure_on,is_debug_statement_on,l_module, 'P',
6291: 'After okl_ar_extension_pvt.delete_rxh_extension: l_return_status ' || l_return_status );
6292: -- Check the return status and if errored, return the error back
6293: IF (l_return_status = OKL_API.G_RET_STS_UNEXP_ERROR)
6294: THEN
6295: RAISE OKL_API.G_EXCEPTION_UNEXPECTED_ERROR;

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

8821: END LOOP;
8822:
8823: -- Now call the API to insert the Sources in the OKL_EXT_AR_HEADER_SOURCES_B/_TL table
8824: put_in_log(l_debug_enabled,is_debug_procedure_on,is_debug_statement_on,l_module, 'P',
8825: 'Calling the okl_ar_extension_pvt.create_rxh_extension ' || l_rxh_rec.source_id );
8826: okl_ar_extension_pvt.create_rxh_extension(
8827: p_api_version => l_api_version
8828: ,p_init_msg_list => p_init_msg_list
8829: ,x_return_status => l_return_status

Line 8826: okl_ar_extension_pvt.create_rxh_extension(

8822:
8823: -- Now call the API to insert the Sources in the OKL_EXT_AR_HEADER_SOURCES_B/_TL table
8824: put_in_log(l_debug_enabled,is_debug_procedure_on,is_debug_statement_on,l_module, 'P',
8825: 'Calling the okl_ar_extension_pvt.create_rxh_extension ' || l_rxh_rec.source_id );
8826: okl_ar_extension_pvt.create_rxh_extension(
8827: p_api_version => l_api_version
8828: ,p_init_msg_list => p_init_msg_list
8829: ,x_return_status => l_return_status
8830: ,x_msg_count => x_msg_count

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

8834: ,x_rxh_rec => lx_rxh_rec
8835: ,x_rxhl_tbl => lx_rxhl_tbl
8836: );
8837: put_in_log(l_debug_enabled,is_debug_procedure_on,is_debug_statement_on,l_module, 'S',
8838: 'After call to okl_ar_extension_pvt.create_rxh_extension: l_return_status ' || l_return_status );
8839: IF (l_return_status = OKL_API.G_RET_STS_UNEXP_ERROR)
8840: THEN
8841: RAISE OKL_API.G_EXCEPTION_UNEXPECTED_ERROR;
8842: ELSIF (l_return_status = OKL_API.G_RET_STS_ERROR)