DBA Data[Home] [Help]

APPS.IGS_GR_SPECIAL_AWARD_PKG dependencies on IGS_GE_MSG_STACK

Line 417: igs_ge_msg_stack.add;

413: WHEN OTHERS THEN
414: IF (SQLCODE IN (-28115, -28113, -28111)) THEN
415: fnd_message.set_name ('IGS', 'IGS_SC_POLICY_EXCEPTION');
416: fnd_message.set_token ('ERR_CD', SQLCODE);
417: igs_ge_msg_stack.add;
418: igs_sc_gen_001.unset_ctx('R');
419: app_exception.raise_exception;
420: ELSE
421: igs_sc_gen_001.unset_ctx('R');

Line 528: igs_ge_msg_stack.add;

524: where ROWID = X_ROWID
525: ;
526: if (sql%notfound) then
527: fnd_message.set_name ('IGS', 'IGS_SC_POLICY_UPD_DEL_EXCEP');
528: igs_ge_msg_stack.add;
529: igs_sc_gen_001.unset_ctx('R');
530: app_exception.raise_exception;
531: end if;
532: IF (x_mode = 'S') THEN

Line 542: igs_ge_msg_stack.add;

538: WHEN OTHERS THEN
539: IF (SQLCODE = (-28115)) THEN
540: fnd_message.set_name ('IGS', 'IGS_SC_UPD_POLICY_EXCP');
541: fnd_message.set_token ('ERR_CD', SQLCODE);
542: igs_ge_msg_stack.add;
543: igs_sc_gen_001.unset_ctx('R');
544: app_exception.raise_exception;
545: ELSE
546: igs_sc_gen_001.unset_ctx('R');

Line 614: igs_ge_msg_stack.add;

610: delete from IGS_GR_SPECIAL_AWARD_ALL
611: where ROWID = X_ROWID;
612: if (sql%notfound) then
613: fnd_message.set_name ('IGS', 'IGS_SC_POLICY_UPD_DEL_EXCEP');
614: igs_ge_msg_stack.add;
615: igs_sc_gen_001.unset_ctx('R');
616: app_exception.raise_exception;
617: end if;
618: IF (x_mode = 'S') THEN