DBA Data[Home] [Help]

APPS.IGS_AS_EXAM_SESSION_PKG dependencies on STANDARD

Line 83: -- Check that both the start/end time have the standard 1/1/1900 date component

79: IF new_references.ci_start_dt IS NULL OR new_references.ci_end_dt IS NULL THEN
80: IGS_CA_GEN_001.CALP_GET_CI_DATES(new_references.exam_cal_type,new_references.exam_ci_sequence_number,
81: new_references.ci_start_dt,new_references.ci_end_dt);
82: END IF;
83: -- Check that both the start/end time have the standard 1/1/1900 date component
84: -- to ensure primary key integrity.
85: IF new_references.start_time <> IGS_GE_GEN_003.GENP_SET_TIME(new_references.start_time) THEN
86: new_references.start_time := IGS_GE_GEN_003.GENP_SET_TIME(new_references.start_time);
87: END IF;