DBA Data[Home] [Help]

APPS.PER_TIME_PERIODS_PKG dependencies on PER_TIME_PERIODS_S

Line 162: CURSOR C2 IS SELECT per_time_periods_s.nextval FROM sys.dual;

158: --
159: CURSOR C IS SELECT rowid FROM per_time_periods
160: WHERE time_period_id = X_Time_Period_Id;
161: --
162: CURSOR C2 IS SELECT per_time_periods_s.nextval FROM sys.dual;
163: --
164: BEGIN
165: --
166: if (X_Time_Period_Id is NULL) then