DBA Data[Home] [Help]

APPS.DK_CONSUMED_ENTRY dependencies on PER_TIME_PERIODS

Line 27: FROM per_time_periods

23: SELECT start_date,
24: end_date
25: INTO l_period_start,
26: l_period_end
27: FROM per_time_periods
28: WHERE payroll_id = p_payroll_id
29: AND p_date_earned BETWEEN start_date AND end_date;
30: --
31: if g_debug then

Line 92: FROM per_time_periods

88: SELECT start_date,
89: end_date
90: INTO l_period_start,
91: l_period_end
92: FROM per_time_periods
93: WHERE payroll_id = p_payroll_id
94: AND p_date_earned BETWEEN start_date AND end_date;
95: --
96: if g_debug then