DBA Data[Home] [Help]

APPS.HR_CAL_BUS dependencies on HR_PATTERNS

Line 172: from hr_patterns

168: --
169: -- Get the attributes of the pattern
170: --
171: select *
172: from hr_patterns
173: where pattern_id = p_pattern_id;
174: --
175: l_proc varchar2(72) := g_package||'chk_calendar_start_time';
176: l_pattern csr_pattern_details%rowtype;