DBA Data[Home] [Help]

APPS.CN_INT_ASSIGN_PKG dependencies on CN_CAL_PER_INT_TYPES_S

Line 35: SELECT cn_cal_per_int_types_s.NEXTVAL

31: WHERE cal_per_int_type_id = x_cal_per_int_type_id;
32: l_dummy ROWID;
33: BEGIN
34: IF (x_cal_per_int_type_id IS NULL) THEN
35: SELECT cn_cal_per_int_types_s.NEXTVAL
36: INTO x_cal_per_int_type_id
37: FROM dual;
38: END IF;
39: