DBA Data[Home] [Help]

APPS.PA_SCHEDULE_PVT dependencies on PA_TIMELINE_UTIL

Line 6266: l_week_start_date := PA_TIMELINE_UTIL.get_week_end_date(p_org_id => NULL,

6262: PA_SCHEDULE_UTILS.debug('daily: x_self_conflict_flag = ' || x_self_conflict_flag);
6263: ELSIF G_AVAILABILITY_CAL_PERIOD = 'WEEKLY' THEN
6264: -- Bug 2288823: check_self_conflict for the period from the week start date of
6265: -- p_start_date and the week end date of p_end_date for WEEKLY profile.
6266: l_week_start_date := PA_TIMELINE_UTIL.get_week_end_date(p_org_id => NULL,
6267: p_given_date => p_start_date) - 6;
6268: l_week_end_date := PA_TIMELINE_UTIL.get_week_end_date(p_org_id => NULL,
6269: p_given_date => p_end_date);
6270: OPEN c2;

Line 6268: l_week_end_date := PA_TIMELINE_UTIL.get_week_end_date(p_org_id => NULL,

6264: -- Bug 2288823: check_self_conflict for the period from the week start date of
6265: -- p_start_date and the week end date of p_end_date for WEEKLY profile.
6266: l_week_start_date := PA_TIMELINE_UTIL.get_week_end_date(p_org_id => NULL,
6267: p_given_date => p_start_date) - 6;
6268: l_week_end_date := PA_TIMELINE_UTIL.get_week_end_date(p_org_id => NULL,
6269: p_given_date => p_end_date);
6270: OPEN c2;
6271: FETCH c2 INTO v_c2;
6272: IF c2%NOTFOUND THEN