DBA Data[Home] [Help]

APPS.OKL_STREAM_GENERATOR_PVT dependencies on OKL_LA_STREAM_PVT

Line 6550: okl_la_stream_pvt.retrive_orig_hdr_id(p_chr_id, l_orig_chr_id);

6546: ELSE
6547: -- This call is not during the Mass Rebook Partial Termination call
6548: print(l_prog_name, 'This API is called not during the Mass Rebook Partial Termination call. Hence fetch l_orig_chr_id from p_chr_id' );
6549: -- In case of a Revision copy contract context, use the below API to identify the proper line_id
6550: okl_la_stream_pvt.retrive_orig_hdr_id(p_chr_id, l_orig_chr_id);
6551: END IF;
6552:
6553: print(l_prog_name, 'Before executing the cursor l_get_curr_streams_lines. l_orig_chr_id= ' || l_orig_chr_id );
6554: -- Execute a cursor that helps in identifying the list of lines that got terminated.

Line 10146: --for ESG in OKL_LA_STREAM_PVT

10142: END IF;
10143:
10144: --Call API to generate passthrough expense accrual streams
10145: --Call this API only for ISG, because there is already a call
10146: --for ESG in OKL_LA_STREAM_PVT
10147: --Bug 8624532 by NIKSHAH
10148: IF p_generation_type = 'FULL' THEN
10149: OKL_LA_STREAM_PVT.GENERATE_PASSTHRU_EXP_STREAMS
10150: (

Line 10149: OKL_LA_STREAM_PVT.GENERATE_PASSTHRU_EXP_STREAMS

10145: --Call this API only for ISG, because there is already a call
10146: --for ESG in OKL_LA_STREAM_PVT
10147: --Bug 8624532 by NIKSHAH
10148: IF p_generation_type = 'FULL' THEN
10149: OKL_LA_STREAM_PVT.GENERATE_PASSTHRU_EXP_STREAMS
10150: (
10151: p_api_version => p_api_version
10152: ,p_init_msg_list => p_init_msg_list
10153: ,P_CHR_ID => p_khr_id

Line 10167: -- for ISG. For ESG, code to generate these streams is in okl_la_stream_pvt.GEN_PASSTHRU_SERV_EXP_STREAMS, which

10163: END IF;
10164:
10165: -- 15-Sep-10 SECHAWLA 10045043 : begin
10166: -- Added following code to generate passthru service expense accrual streams
10167: -- for ISG. For ESG, code to generate these streams is in okl_la_stream_pvt.GEN_PASSTHRU_SERV_EXP_STREAMS, which
10168: -- gets called from okl_la_stream_pvt.adjust_passthrough_streams
10169:
10170: OKL_LA_STREAM_PVT.GEN_PASSTHRU_SERV_EXP_STREAMS
10171: (

Line 10168: -- gets called from okl_la_stream_pvt.adjust_passthrough_streams

10164:
10165: -- 15-Sep-10 SECHAWLA 10045043 : begin
10166: -- Added following code to generate passthru service expense accrual streams
10167: -- for ISG. For ESG, code to generate these streams is in okl_la_stream_pvt.GEN_PASSTHRU_SERV_EXP_STREAMS, which
10168: -- gets called from okl_la_stream_pvt.adjust_passthrough_streams
10169:
10170: OKL_LA_STREAM_PVT.GEN_PASSTHRU_SERV_EXP_STREAMS
10171: (
10172: p_api_version => p_api_version

Line 10170: OKL_LA_STREAM_PVT.GEN_PASSTHRU_SERV_EXP_STREAMS

10166: -- Added following code to generate passthru service expense accrual streams
10167: -- for ISG. For ESG, code to generate these streams is in okl_la_stream_pvt.GEN_PASSTHRU_SERV_EXP_STREAMS, which
10168: -- gets called from okl_la_stream_pvt.adjust_passthrough_streams
10169:
10170: OKL_LA_STREAM_PVT.GEN_PASSTHRU_SERV_EXP_STREAMS
10171: (
10172: p_api_version => p_api_version
10173: ,p_init_msg_list => p_init_msg_list
10174: ,P_CHR_ID => p_khr_id