DBA Data[Home] [Help]

APPS.OKL_VAR_INT_CATCHUP_PVT dependencies on OKL_STREAM_GENERATOR_PVT

Line 115: OKL_STREAM_GENERATOR_PVT.get_sel_date(p_start_date => l_catchup_start_date,

111: j := 0;
112: LOOP
113: j := j + 1;
114:
115: OKL_STREAM_GENERATOR_PVT.get_sel_date(p_start_date => l_catchup_start_date,
116: p_advance_or_arrears => 'ARREARS',
117: p_periods_after => j,
118: p_months_per_period => l_adder_months,
119: x_date => l_end_date,

Line 251: OKL_STREAM_GENERATOR_PVT.get_sel_date(p_start_date => l_catchup_start_date,

247: i := 0;
248: loop
249:
250: i := i + 1;
251: OKL_STREAM_GENERATOR_PVT.get_sel_date(p_start_date => l_catchup_start_date,
252: p_advance_or_arrears => 'ARREARS',
253: p_periods_after => i,
254: p_months_per_period => l_mnth_adder,
255: x_date => l_next_catchup_date,