DBA Data[Home] [Help]

APPS.OKL_SLA_ACC_SOURCES_PVT dependencies on OKL_FA_EXTENSION_PVT

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

4585: END LOOP; -- End for c_sales_rep_csr
4586:
4587: -- Calling insert_row
4588: put_in_log(l_debug_enabled,is_debug_procedure_on,is_debug_statement_on,l_module, 'P',
4589: 'Calling the okl_fa_extension_pvt.create_fxh_extension ' || l_fxh_rec.source_id );
4590: okl_fa_extension_pvt.create_fxh_extension(
4591: p_api_version => l_api_version
4592: ,p_init_msg_list => p_init_msg_list
4593: ,x_return_status => l_return_status

Line 4590: okl_fa_extension_pvt.create_fxh_extension(

4586:
4587: -- Calling insert_row
4588: put_in_log(l_debug_enabled,is_debug_procedure_on,is_debug_statement_on,l_module, 'P',
4589: 'Calling the okl_fa_extension_pvt.create_fxh_extension ' || l_fxh_rec.source_id );
4590: okl_fa_extension_pvt.create_fxh_extension(
4591: p_api_version => l_api_version
4592: ,p_init_msg_list => p_init_msg_list
4593: ,x_return_status => l_return_status
4594: ,x_msg_count => x_msg_count

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

4598: ,x_fxh_rec => lx_fxh_rec
4599: ,x_fxhl_tbl => lx_fxhl_tbl
4600: );
4601: put_in_log(l_debug_enabled,is_debug_procedure_on,is_debug_statement_on,l_module, 'P',
4602: 'After okl_fa_extension_pvt.create_fxh_extension: l_return_status ' || l_return_status );
4603: -- Check the return status and if errored, return the error back
4604: IF (l_return_status = OKL_API.G_RET_STS_UNEXP_ERROR)
4605: THEN
4606: RAISE OKL_API.G_EXCEPTION_UNEXPECTED_ERROR;

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

4672: -- Stamp the FA Extension Header ID on the FA Extension Line Table also
4673: l_fxl_rec.header_extension_id := l_header_extension_id;
4674: -- Calling insert_row
4675: put_in_log(l_debug_enabled,is_debug_procedure_on,is_debug_statement_on,l_module, 'P',
4676: 'Calling the okl_fa_extension_pvt.create_fxl_extension' );
4677: okl_fa_extension_pvt.create_fxl_extension(
4678: p_api_version => l_api_version
4679: ,p_init_msg_list => p_init_msg_list
4680: ,x_return_status => l_return_status

Line 4677: okl_fa_extension_pvt.create_fxl_extension(

4673: l_fxl_rec.header_extension_id := l_header_extension_id;
4674: -- Calling insert_row
4675: put_in_log(l_debug_enabled,is_debug_procedure_on,is_debug_statement_on,l_module, 'P',
4676: 'Calling the okl_fa_extension_pvt.create_fxl_extension' );
4677: okl_fa_extension_pvt.create_fxl_extension(
4678: p_api_version => l_api_version
4679: ,p_init_msg_list => p_init_msg_list
4680: ,x_return_status => l_return_status
4681: ,x_msg_count => x_msg_count

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

4685: ,x_fxl_rec => lx_fxl_rec
4686: ,x_fxll_tbl => lx_fxll_tbl
4687: );
4688: put_in_log(l_debug_enabled,is_debug_procedure_on,is_debug_statement_on,l_module, 'P',
4689: 'After okl_fa_extension_pvt.create_fxl_extension: l_return_status ' || l_return_status );
4690: -- Check the return status and if errored, return the error back
4691: IF (l_return_status = OKL_API.G_RET_STS_UNEXP_ERROR)
4692: THEN
4693: RAISE OKL_API.G_EXCEPTION_UNEXPECTED_ERROR;

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

4857: x_fxlv_tbl := l_fxlv_tbl;
4858:
4859: -- Delete the FA Extension Lines by calling the TAPI first
4860: put_in_log(l_debug_enabled,is_debug_procedure_on,is_debug_statement_on,l_module, 'S',
4861: 'calling the okl_fa_extension_pvt okl_fxl_pvt.delete_row Line Count=' || l_fxlv_tbl.COUNT );
4862: okl_fa_extension_pvt.delete_fxh_extension(
4863: p_api_version => p_api_version
4864: ,p_init_msg_list => p_init_msg_list
4865: ,x_return_status => x_return_status

Line 4862: okl_fa_extension_pvt.delete_fxh_extension(

4858:
4859: -- Delete the FA Extension Lines by calling the TAPI first
4860: put_in_log(l_debug_enabled,is_debug_procedure_on,is_debug_statement_on,l_module, 'S',
4861: 'calling the okl_fa_extension_pvt okl_fxl_pvt.delete_row Line Count=' || l_fxlv_tbl.COUNT );
4862: okl_fa_extension_pvt.delete_fxh_extension(
4863: p_api_version => p_api_version
4864: ,p_init_msg_list => p_init_msg_list
4865: ,x_return_status => x_return_status
4866: ,x_msg_count => x_msg_count

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

4867: ,x_msg_data => x_msg_data
4868: ,p_fxhv_rec => l_fxhv_rec
4869: );
4870: put_in_log(l_debug_enabled,is_debug_procedure_on,is_debug_statement_on,l_module, 'P',
4871: 'After okl_fa_extension_pvt.delete_fxh_extension: l_return_status ' || l_return_status );
4872: -- Check the return status and if errored, return the error back
4873: IF (l_return_status = OKL_API.G_RET_STS_UNEXP_ERROR)
4874: THEN
4875: RAISE OKL_API.G_EXCEPTION_UNEXPECTED_ERROR;

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

7870: END LOOP; -- End for c_inventory_org_id_csr
7871:
7872: -- Calling insert_row
7873: put_in_log(l_debug_enabled,is_debug_procedure_on,is_debug_statement_on,l_module, 'P',
7874: 'Calling the okl_fa_extension_pvt.create_fxh_extension ' || l_fxh_rec.source_id );
7875: okl_fa_extension_pvt.create_fxh_extension(
7876: p_api_version => l_api_version
7877: ,p_init_msg_list => p_init_msg_list
7878: ,x_return_status => l_return_status

Line 7875: okl_fa_extension_pvt.create_fxh_extension(

7871:
7872: -- Calling insert_row
7873: put_in_log(l_debug_enabled,is_debug_procedure_on,is_debug_statement_on,l_module, 'P',
7874: 'Calling the okl_fa_extension_pvt.create_fxh_extension ' || l_fxh_rec.source_id );
7875: okl_fa_extension_pvt.create_fxh_extension(
7876: p_api_version => l_api_version
7877: ,p_init_msg_list => p_init_msg_list
7878: ,x_return_status => l_return_status
7879: ,x_msg_count => x_msg_count

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

7883: ,p_fxhl_tbl => l_fxhl_tbl
7884: ,x_fxhl_tbl => lx_fxhl_tbl
7885: );
7886: put_in_log(l_debug_enabled,is_debug_procedure_on,is_debug_statement_on,l_module, 'P',
7887: 'After okl_fa_extension_pvt.create_fxh_extension: l_return_status ' || l_return_status );
7888: -- Check the return status and if errored, return the error back
7889: IF (l_return_status = OKL_API.G_RET_STS_UNEXP_ERROR)
7890: THEN
7891: RAISE OKL_API.G_EXCEPTION_UNEXPECTED_ERROR;

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

7966: l_line_index := l_line_index + 1;
7967: END LOOP; -- FOR l_line_index IN l_deprn_asset_tbl.FIRST .. l_deprn_asset_tbl.LAST
7968: -- Calling insert_row
7969: put_in_log(l_debug_enabled,is_debug_procedure_on,is_debug_statement_on,l_module, 'P',
7970: 'Calling the okl_fa_extension_pvt.create_fxl_extension-tbl Version' );
7971: okl_fa_extension_pvt.create_fxl_extension(
7972: p_api_version => l_api_version
7973: ,p_init_msg_list => p_init_msg_list
7974: ,x_return_status => l_return_status

Line 7971: okl_fa_extension_pvt.create_fxl_extension(

7967: END LOOP; -- FOR l_line_index IN l_deprn_asset_tbl.FIRST .. l_deprn_asset_tbl.LAST
7968: -- Calling insert_row
7969: put_in_log(l_debug_enabled,is_debug_procedure_on,is_debug_statement_on,l_module, 'P',
7970: 'Calling the okl_fa_extension_pvt.create_fxl_extension-tbl Version' );
7971: okl_fa_extension_pvt.create_fxl_extension(
7972: p_api_version => l_api_version
7973: ,p_init_msg_list => p_init_msg_list
7974: ,x_return_status => l_return_status
7975: ,x_msg_count => x_msg_count

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

7977: ,p_fxl_tbl_tbl => l_fxl_tbl_tbl
7978: ,x_fxl_tbl_tbl => lx_fxl_tbl_tbl
7979: );
7980: put_in_log(l_debug_enabled,is_debug_procedure_on,is_debug_statement_on,l_module, 'P',
7981: 'After okl_fa_extension_pvt.create_fxl_extension-tbl Version: l_return_status ' || l_return_status );
7982: -- Check the return status and if errored, return the error back
7983: IF (l_return_status = OKL_API.G_RET_STS_UNEXP_ERROR)
7984: THEN
7985: RAISE OKL_API.G_EXCEPTION_UNEXPECTED_ERROR;