DBA Data[Home] [Help]

APPS.IGS_AD_VAL_AAL dependencies on IGS_GE_MSG_STACK

Line 99: IGS_GE_MSG_STACK.ADD;

95: EXCEPTION
96: WHEN OTHERS THEN
97: Fnd_Message.Set_Name('IGS','IGS_GE_UNHANDLED_EXP');
98: Fnd_Message.Set_Token('NAME','IGS_AD_VAL_AAL.admp_val_aal_cort');
99: IGS_GE_MSG_STACK.ADD;
100: App_Exception.Raise_Exception;
101: END admp_val_aal_cort;
102: --
103: -- Validate if an unsent adm appl letter exists with the same corres type

Line 141: IGS_GE_MSG_STACK.ADD;

137: EXCEPTION
138: WHEN OTHERS THEN
139: Fnd_Message.Set_Name('IGS','IGS_GE_UNHANDLED_EXP');
140: Fnd_Message.Set_Token('NAME','IGS_AD_VAL_AAL.admp_val_aal_exists');
141: IGS_GE_MSG_STACK.ADD;
142: App_Exception.Raise_Exception;
143: END admp_val_aal_exists;
144: --
145: -- Validate the correspondence type closed indicator.

Line 179: IGS_GE_MSG_STACK.ADD;

175: EXCEPTION
176: WHEN OTHERS THEN
177: Fnd_Message.Set_Name('IGS','IGS_GE_UNHANDLED_EXP');
178: Fnd_Message.Set_Token('NAME','IGS_AD_VAL_AAL.corp_val_cort_closed');
179: IGS_GE_MSG_STACK.ADD;
180: App_Exception.Raise_Exception;
181: END;
182: END corp_val_cort_closed;
183: