DBA Data[Home] [Help]

APPS.PAY_TIME_DEFINITION_API dependencies on PAY_CORE_DATES

Line 152: l_next_start_date := pay_core_dates.get_time_definition_date(

148: no_periods := 0;
149:
150: l_next_start_date := l_leg_start_date;
151: while p_first_period_end_date >= l_next_start_date loop
152: l_next_start_date := pay_core_dates.get_time_definition_date(
153: p_time_def_id =>p_time_definition_id,
154: p_effective_date =>l_next_start_date,
155: p_bus_grp =>p_business_group_id);
156: no_periods := no_periods + 1;

Line 228: l_next_period_start_date := pay_core_dates.get_time_definition_date(

224:
225: l_first_period_start_date := l_start_date;
226: if l_period_time_definition_id is not null then
227: -- if Time Definition is static and point in time definition id is not null
228: l_next_period_start_date := pay_core_dates.get_time_definition_date(
229: p_time_def_id =>l_time_definition_id_to_pass,
230: p_effective_date =>l_start_date,
231: p_bus_grp =>l_business_group_id);
232:

Line 265: l_next_period_start_date := pay_core_dates.get_time_definition_date(

261:
262: l_gen_first_period_start_date := l_latest_end_date + 1;
263:
264: if l_period_time_definition_id is not null then
265: l_next_period_start_date := pay_core_dates.get_time_definition_date(
266: p_time_def_id =>l_time_definition_id_to_pass,
267: p_effective_date =>l_gen_first_period_start_date,
268: p_bus_grp =>l_business_group_id);
269:

Line 345: l_next_period_start_date := pay_core_dates.get_time_definition_date(

341: hr_utility.set_location(l_proc, 232);
342: end;
343:
344: if l_period_time_definition_id is not null then
345: l_next_period_start_date := pay_core_dates.get_time_definition_date(
346: p_time_def_id =>l_time_definition_id_to_pass,
347: p_effective_date =>l_period_start_date,
348: p_bus_grp =>l_business_group_id);
349: