DBA Data[Home] [Help]

APPS.PER_ABT_PKG dependencies on PER_ABSENCE_ATTENDANCE_TYPES_S

Line 67: SELECT per_absence_attendance_types_s.nextval

63: SELECT rowid FROM PER_ABSENCE_ATTENDANCE_TYPES
64: WHERE absence_attendance_type_id = X_Absence_Attendance_Type_Id;
65: --
66: CURSOR C2 IS
67: SELECT per_absence_attendance_types_s.nextval
68: FROM sys.dual;
69: BEGIN
70: -- check the uniqueness of the name
71: --