DBA Data[Home] [Help]

APPS.IGS_AS_NON_ENR_STDOT_PKG dependencies on IGS_AS_VAL_NESO

Line 96: IF IGS_AS_VAL_NESO.assp_val_neso_ins(

92: ) AS
93: v_message_name VARCHAR2(30);
94: BEGIN
95: IF p_inserting OR p_updating THEN
96: IF IGS_AS_VAL_NESO.assp_val_neso_ins(
97: new_references.person_id,
98: new_references.course_cd,
99: new_references.unit_cd,
100: new_references.version_number,

Line 126: -- As part of the bug# 1956374 changed to the below call from IGS_AS_VAL_NESO.crsp_val_um_closed

122: END IF;
123: IF p_inserting OR
124: (p_updating AND old_references.unit_mode <> new_references.unit_mode AND
125: new_references.unit_mode IS NOT NULL) THEN
126: -- As part of the bug# 1956374 changed to the below call from IGS_AS_VAL_NESO.crsp_val_um_closed
127: IF IGS_AS_VAL_UAI.crsp_val_um_closed(
128: new_references.unit_mode,
129: v_message_name) = FALSE THEN
130: FND_MESSAGE.SET_NAME('IGS',v_message_name);

Line 139: -- As part of the bug# 1956374 changed to the below call from IGS_AS_VAL_NESO.crsp_val_ucl_closed

135: IF p_inserting OR
136: (p_updating AND old_references.unit_class <> new_references.unit_class AND
137: new_references.unit_class IS NOT NULL) THEN
138:
139: -- As part of the bug# 1956374 changed to the below call from IGS_AS_VAL_NESO.crsp_val_ucl_closed
140: IF IGS_AS_VAL_UAI.crsp_val_ucl_closed(
141: new_references.unit_mode,
142: v_message_name) = FALSE THEN
143: FND_MESSAGE.SET_NAME('IGS',v_message_name);