DBA Data[Home] [Help]

APPS.HR_PAE_BUS dependencies on HR_PATTERN_EXCEPTIONS

Line 31: from hr_pattern_exceptions hpe

27: l_api_updating boolean;
28:
29: cursor c1 is
30: select hpe.rowid
31: from hr_pattern_exceptions hpe
32: where upper(hpe.exception_name) = upper(p_exception_name);
33:
34: c1_rec c1%ROWTYPE;
35: