DBA Data[Home] [Help]

APPS.IGF_AP_ATTEND_MAP_PKG dependencies on IGS_GE_MSG_STACK

Line 50: igs_ge_msg_stack.add;

46: FETCH cur_old_ref_values INTO old_references;
47: IF ((cur_old_ref_values%NOTFOUND) AND (p_action NOT IN ('INSERT', 'VALIDATE_INSERT'))) THEN
48: CLOSE cur_old_ref_values;
49: fnd_message.set_name ('FND', 'FORM_RECORD_DELETED');
50: igs_ge_msg_stack.add;
51: app_exception.raise_exception;
52: RETURN;
53: END IF;
54: CLOSE cur_old_ref_values;

Line 100: igs_ge_msg_stack.add;

96: new_references.sequence_number
97: )
98: ) THEN
99: fnd_message.set_name ('IGS', 'IGS_GE_RECORD_ALREADY_EXISTS');
100: igs_ge_msg_stack.add;
101: app_exception.raise_exception;
102: END IF;
103:
104: END check_uniqueness;

Line 128: igs_ge_msg_stack.add;

124: ELSIF NOT igs_en_atd_type_pkg.get_pk_for_validation (
125: new_references.attendance_type
126: ) THEN
127: fnd_message.set_name ('FND', 'FORM_RECORD_DELETED');
128: igs_ge_msg_stack.add;
129: app_exception.raise_exception;
130: --Bug ID 2613546
131: ELSIF NOT igs_ca_inst_pkg.get_pk_for_validation(new_references.cal_type,
132: new_references.sequence_number) THEN

Line 134: igs_ge_msg_stack.add;

130: --Bug ID 2613546
131: ELSIF NOT igs_ca_inst_pkg.get_pk_for_validation(new_references.cal_type,
132: new_references.sequence_number) THEN
133: fnd_message.set_name ('FND', 'FORM_RECORD_DELETED');
134: igs_ge_msg_stack.add;
135: app_exception.raise_exception;
136: END IF;
137:
138: END check_parent_existance;

Line 249: igs_ge_msg_stack.add;

245: FETCH cur_rowid INTO lv_rowid;
246: IF (cur_rowid%FOUND) THEN
247: CLOSE cur_rowid;
248: fnd_message.set_name ('IGF','IGF_AP_ATM_CI_FK');
249: igs_ge_msg_stack.add;
250: app_exception.raise_exception;
251: END IF;
252: CLOSE cur_rowid;
253:

Line 285: igs_ge_msg_stack.add;

281: FETCH cur_rowid INTO lv_rowid;
282: IF (cur_rowid%FOUND) THEN
283: CLOSE cur_rowid;
284: fnd_message.set_name ('IGF','IGF_AP_ATM_ATT_FK');
285: igs_ge_msg_stack.add;
286: app_exception.raise_exception;
287: RETURN;
288: END IF;
289: CLOSE cur_rowid;

Line 346: igs_ge_msg_stack.add;

342: new_references.atm_id
343: )
344: ) THEN
345: fnd_message.set_name('IGS','IGS_GE_RECORD_ALREADY_EXISTS');
346: igs_ge_msg_stack.add;
347: app_exception.raise_exception;
348: END IF;
349: check_uniqueness;
350: check_parent_existance;

Line 362: igs_ge_msg_stack.add;

358: new_references.atm_id
359: )
360: ) THEN
361: fnd_message.set_name('IGS','IGS_GE_RECORD_ALREADY_EXISTS');
362: igs_ge_msg_stack.add;
363: app_exception.raise_exception;
364: END IF;
365: check_uniqueness;
366: ELSIF (p_action = 'VALIDATE_UPDATE') THEN

Line 419: igs_ge_msg_stack.add;

415: x_last_update_login := -1;
416: END IF;
417: ELSE
418: fnd_message.set_name ('FND', 'SYSTEM-INVALID ARGS');
419: igs_ge_msg_stack.add;
420: app_exception.raise_exception;
421: END IF;
422:
423: SELECT igf_ap_attend_map_s.NEXTVAL

Line 526: igs_ge_msg_stack.add;

522: OPEN c1;
523: FETCH c1 INTO tlinfo;
524: IF (c1%notfound) THEN
525: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
526: igs_ge_msg_stack.add;
527: CLOSE c1;
528: app_exception.raise_exception;
529: RETURN;
530: END IF;

Line 544: igs_ge_msg_stack.add;

540: ) THEN
541: NULL;
542: ELSE
543: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
544: igs_ge_msg_stack.add;
545: app_exception.raise_exception;
546: END IF;
547:
548: RETURN;

Line 594: igs_ge_msg_stack.add;

590: x_last_update_login := -1;
591: END IF;
592: ELSE
593: fnd_message.set_name( 'FND', 'SYSTEM-INVALID ARGS');
594: igs_ge_msg_stack.add;
595: app_exception.raise_exception;
596: END IF;
597:
598: before_dml(