DBA Data[Home] [Help]

APPS.PAY_JP_BEE_UTILITY_PKG dependencies on PER_TIME_PERIODS

Line 71: from per_time_periods

67: l_proc varchar2(61) := c_package || 'chk_upload_date';
68: cursor csr_time_period is
69: select start_date,
70: end_date
71: from per_time_periods
72: where time_period_id = p_time_period_id;
73: begin
74: hr_utility.set_location('Entering : ' || l_proc, 10);
75: --