DBA Data[Home] [Help]

APPS.OKL_SLA_ACC_SOURCES_PVT dependencies on OKL_FA_EXTENSION_PVT

Line 4480: 'Calling the okl_fa_extension_pvt.create_fxh_extension ' || l_fxh_rec.source_id );

4476: END LOOP; -- End for c_sales_rep_csr
4477:
4478: -- Calling insert_row
4479: put_in_log(l_debug_enabled,is_debug_procedure_on,is_debug_statement_on,l_module, 'P',
4480: 'Calling the okl_fa_extension_pvt.create_fxh_extension ' || l_fxh_rec.source_id );
4481: okl_fa_extension_pvt.create_fxh_extension(
4482: p_api_version => l_api_version
4483: ,p_init_msg_list => p_init_msg_list
4484: ,x_return_status => l_return_status

Line 4481: okl_fa_extension_pvt.create_fxh_extension(

4477:
4478: -- Calling insert_row
4479: put_in_log(l_debug_enabled,is_debug_procedure_on,is_debug_statement_on,l_module, 'P',
4480: 'Calling the okl_fa_extension_pvt.create_fxh_extension ' || l_fxh_rec.source_id );
4481: okl_fa_extension_pvt.create_fxh_extension(
4482: p_api_version => l_api_version
4483: ,p_init_msg_list => p_init_msg_list
4484: ,x_return_status => l_return_status
4485: ,x_msg_count => x_msg_count

Line 4493: 'After okl_fa_extension_pvt.create_fxh_extension: l_return_status ' || l_return_status );

4489: ,x_fxh_rec => lx_fxh_rec
4490: ,x_fxhl_tbl => lx_fxhl_tbl
4491: );
4492: put_in_log(l_debug_enabled,is_debug_procedure_on,is_debug_statement_on,l_module, 'P',
4493: 'After okl_fa_extension_pvt.create_fxh_extension: l_return_status ' || l_return_status );
4494: -- Check the return status and if errored, return the error back
4495: IF (l_return_status = OKL_API.G_RET_STS_UNEXP_ERROR)
4496: THEN
4497: RAISE OKL_API.G_EXCEPTION_UNEXPECTED_ERROR;

Line 4567: 'Calling the okl_fa_extension_pvt.create_fxl_extension' );

4563: -- Stamp the FA Extension Header ID on the FA Extension Line Table also
4564: l_fxl_rec.header_extension_id := l_header_extension_id;
4565: -- Calling insert_row
4566: put_in_log(l_debug_enabled,is_debug_procedure_on,is_debug_statement_on,l_module, 'P',
4567: 'Calling the okl_fa_extension_pvt.create_fxl_extension' );
4568: okl_fa_extension_pvt.create_fxl_extension(
4569: p_api_version => l_api_version
4570: ,p_init_msg_list => p_init_msg_list
4571: ,x_return_status => l_return_status

Line 4568: okl_fa_extension_pvt.create_fxl_extension(

4564: l_fxl_rec.header_extension_id := l_header_extension_id;
4565: -- Calling insert_row
4566: put_in_log(l_debug_enabled,is_debug_procedure_on,is_debug_statement_on,l_module, 'P',
4567: 'Calling the okl_fa_extension_pvt.create_fxl_extension' );
4568: okl_fa_extension_pvt.create_fxl_extension(
4569: p_api_version => l_api_version
4570: ,p_init_msg_list => p_init_msg_list
4571: ,x_return_status => l_return_status
4572: ,x_msg_count => x_msg_count

Line 4580: 'After okl_fa_extension_pvt.create_fxl_extension: l_return_status ' || l_return_status );

4576: ,x_fxl_rec => lx_fxl_rec
4577: ,x_fxll_tbl => lx_fxll_tbl
4578: );
4579: put_in_log(l_debug_enabled,is_debug_procedure_on,is_debug_statement_on,l_module, 'P',
4580: 'After okl_fa_extension_pvt.create_fxl_extension: l_return_status ' || l_return_status );
4581: -- Check the return status and if errored, return the error back
4582: IF (l_return_status = OKL_API.G_RET_STS_UNEXP_ERROR)
4583: THEN
4584: RAISE OKL_API.G_EXCEPTION_UNEXPECTED_ERROR;

Line 4752: 'calling the okl_fa_extension_pvt okl_fxl_pvt.delete_row Line Count=' || l_fxlv_tbl.COUNT );

4748: x_fxlv_tbl := l_fxlv_tbl;
4749:
4750: -- Delete the FA Extension Lines by calling the TAPI first
4751: put_in_log(l_debug_enabled,is_debug_procedure_on,is_debug_statement_on,l_module, 'S',
4752: 'calling the okl_fa_extension_pvt okl_fxl_pvt.delete_row Line Count=' || l_fxlv_tbl.COUNT );
4753: okl_fa_extension_pvt.delete_fxh_extension(
4754: p_api_version => p_api_version
4755: ,p_init_msg_list => p_init_msg_list
4756: ,x_return_status => x_return_status

Line 4753: okl_fa_extension_pvt.delete_fxh_extension(

4749:
4750: -- Delete the FA Extension Lines by calling the TAPI first
4751: put_in_log(l_debug_enabled,is_debug_procedure_on,is_debug_statement_on,l_module, 'S',
4752: 'calling the okl_fa_extension_pvt okl_fxl_pvt.delete_row Line Count=' || l_fxlv_tbl.COUNT );
4753: okl_fa_extension_pvt.delete_fxh_extension(
4754: p_api_version => p_api_version
4755: ,p_init_msg_list => p_init_msg_list
4756: ,x_return_status => x_return_status
4757: ,x_msg_count => x_msg_count

Line 4762: 'After okl_fa_extension_pvt.delete_fxh_extension: l_return_status ' || l_return_status );

4758: ,x_msg_data => x_msg_data
4759: ,p_fxhv_rec => l_fxhv_rec
4760: );
4761: put_in_log(l_debug_enabled,is_debug_procedure_on,is_debug_statement_on,l_module, 'P',
4762: 'After okl_fa_extension_pvt.delete_fxh_extension: l_return_status ' || l_return_status );
4763: -- Check the return status and if errored, return the error back
4764: IF (l_return_status = OKL_API.G_RET_STS_UNEXP_ERROR)
4765: THEN
4766: RAISE OKL_API.G_EXCEPTION_UNEXPECTED_ERROR;

Line 7759: 'Calling the okl_fa_extension_pvt.create_fxh_extension ' || l_fxh_rec.source_id );

7755: END LOOP; -- End for c_inventory_org_id_csr
7756:
7757: -- Calling insert_row
7758: put_in_log(l_debug_enabled,is_debug_procedure_on,is_debug_statement_on,l_module, 'P',
7759: 'Calling the okl_fa_extension_pvt.create_fxh_extension ' || l_fxh_rec.source_id );
7760: okl_fa_extension_pvt.create_fxh_extension(
7761: p_api_version => l_api_version
7762: ,p_init_msg_list => p_init_msg_list
7763: ,x_return_status => l_return_status

Line 7760: okl_fa_extension_pvt.create_fxh_extension(

7756:
7757: -- Calling insert_row
7758: put_in_log(l_debug_enabled,is_debug_procedure_on,is_debug_statement_on,l_module, 'P',
7759: 'Calling the okl_fa_extension_pvt.create_fxh_extension ' || l_fxh_rec.source_id );
7760: okl_fa_extension_pvt.create_fxh_extension(
7761: p_api_version => l_api_version
7762: ,p_init_msg_list => p_init_msg_list
7763: ,x_return_status => l_return_status
7764: ,x_msg_count => x_msg_count

Line 7772: 'After okl_fa_extension_pvt.create_fxh_extension: l_return_status ' || l_return_status );

7768: ,p_fxhl_tbl => l_fxhl_tbl
7769: ,x_fxhl_tbl => lx_fxhl_tbl
7770: );
7771: put_in_log(l_debug_enabled,is_debug_procedure_on,is_debug_statement_on,l_module, 'P',
7772: 'After okl_fa_extension_pvt.create_fxh_extension: l_return_status ' || l_return_status );
7773: -- Check the return status and if errored, return the error back
7774: IF (l_return_status = OKL_API.G_RET_STS_UNEXP_ERROR)
7775: THEN
7776: RAISE OKL_API.G_EXCEPTION_UNEXPECTED_ERROR;

Line 7855: 'Calling the okl_fa_extension_pvt.create_fxl_extension-tbl Version' );

7851: l_line_index := l_line_index + 1;
7852: END LOOP; -- FOR l_line_index IN l_deprn_asset_tbl.FIRST .. l_deprn_asset_tbl.LAST
7853: -- Calling insert_row
7854: put_in_log(l_debug_enabled,is_debug_procedure_on,is_debug_statement_on,l_module, 'P',
7855: 'Calling the okl_fa_extension_pvt.create_fxl_extension-tbl Version' );
7856: okl_fa_extension_pvt.create_fxl_extension(
7857: p_api_version => l_api_version
7858: ,p_init_msg_list => p_init_msg_list
7859: ,x_return_status => l_return_status

Line 7856: okl_fa_extension_pvt.create_fxl_extension(

7852: END LOOP; -- FOR l_line_index IN l_deprn_asset_tbl.FIRST .. l_deprn_asset_tbl.LAST
7853: -- Calling insert_row
7854: put_in_log(l_debug_enabled,is_debug_procedure_on,is_debug_statement_on,l_module, 'P',
7855: 'Calling the okl_fa_extension_pvt.create_fxl_extension-tbl Version' );
7856: okl_fa_extension_pvt.create_fxl_extension(
7857: p_api_version => l_api_version
7858: ,p_init_msg_list => p_init_msg_list
7859: ,x_return_status => l_return_status
7860: ,x_msg_count => x_msg_count

Line 7866: 'After okl_fa_extension_pvt.create_fxl_extension-tbl Version: l_return_status ' || l_return_status );

7862: ,p_fxl_tbl_tbl => l_fxl_tbl_tbl
7863: ,x_fxl_tbl_tbl => lx_fxl_tbl_tbl
7864: );
7865: put_in_log(l_debug_enabled,is_debug_procedure_on,is_debug_statement_on,l_module, 'P',
7866: 'After okl_fa_extension_pvt.create_fxl_extension-tbl Version: l_return_status ' || l_return_status );
7867: -- Check the return status and if errored, return the error back
7868: IF (l_return_status = OKL_API.G_RET_STS_UNEXP_ERROR)
7869: THEN
7870: RAISE OKL_API.G_EXCEPTION_UNEXPECTED_ERROR;