DBA Data[Home] [Help]

APPS.JTF_CAL_SHIFTS_PKG dependencies on DUAL

Line 87: FROM dual;

83:
84:
85: SELECT JTF_CAL_SHIFTS_S.nextval
86: INTO v_shift_id
87: FROM dual;
88:
89: X_SHIFT_ID := v_shift_id;
90:
91: --commented the user hook code as this is not to be implemented