DBA Data[Home] [Help]

APPS.IGS_FI_GOV_HEC_PA_OP_PKG dependencies on FND_MESSAGE

Line 32: Fnd_Message.Set_Name ('FND', 'FORM_RECORD_DELETED');

28: Open cur_old_ref_values;
29: Fetch cur_old_ref_values INTO old_references;
30: IF (cur_old_ref_values%NOTFOUND) AND (p_action NOT IN ('INSERT', 'VALIDATE_INSERT')) THEN
31: Close cur_old_ref_values;
32: Fnd_Message.Set_Name ('FND', 'FORM_RECORD_DELETED');
33: IGS_GE_MSG_STACK.ADD;
34: App_Exception.Raise_Exception;
35: Return;
36: END IF;

Line 77: Fnd_Message.Set_Name ('IGS', 'IGS_GE_INVALID_VALUE');

73: new_references.allow_discount_ind := column_value;
74: END IF;
75: IF ((UPPER (column_name) = 'CLOSED_IND') OR (column_name IS NULL)) THEN
76: IF (new_references.closed_ind NOT IN ('Y', 'N')) THEN
77: Fnd_Message.Set_Name ('IGS', 'IGS_GE_INVALID_VALUE');
78: IGS_GE_MSG_STACK.ADD;
79: App_Exception.Raise_Exception;
80: END IF;
81: END IF;

Line 84: Fnd_Message.Set_Name ('IGS', 'IGS_GE_INVALID_VALUE');

80: END IF;
81: END IF;
82: IF ((UPPER (column_name) = 'ALLOW_DISCOUNT_IND') OR (column_name IS NULL)) THEN
83: IF (new_references.allow_discount_ind NOT IN ('Y', 'N')) THEN
84: Fnd_Message.Set_Name ('IGS', 'IGS_GE_INVALID_VALUE');
85: IGS_GE_MSG_STACK.ADD;
86: App_Exception.Raise_Exception;
87: END IF;
88: END IF;

Line 91: Fnd_Message.Set_Name ('IGS', 'IGS_GE_INVALID_VALUE');

87: END IF;
88: END IF;
89: IF ((UPPER (column_name) = 'GOVT_HECS_PAYMENT_OPTION') OR (column_name IS NULL)) THEN
90: IF (new_references.govt_hecs_payment_option <> UPPER (new_references.govt_hecs_payment_option)) THEN
91: Fnd_Message.Set_Name ('IGS', 'IGS_GE_INVALID_VALUE');
92: IGS_GE_MSG_STACK.ADD;
93: App_Exception.Raise_Exception;
94: END IF;
95: END IF;

Line 98: Fnd_Message.Set_Name ('IGS', 'IGS_GE_INVALID_VALUE');

94: END IF;
95: END IF;
96: IF ((UPPER (column_name) = 'S_HECS_PAYMENT_TYPE') OR (column_name IS NULL)) THEN
97: IF (new_references.s_hecs_payment_type <> UPPER (new_references.s_hecs_payment_type)) THEN
98: Fnd_Message.Set_Name ('IGS', 'IGS_GE_INVALID_VALUE');
99: IGS_GE_MSG_STACK.ADD;
100: App_Exception.Raise_Exception;
101: END IF;
102: END IF;

Line 105: Fnd_Message.Set_Name ('IGS', 'IGS_GE_INVALID_VALUE');

101: END IF;
102: END IF;
103: IF ((UPPER (column_name) = 'ALLOW_DISCOUNT_IND') OR (column_name IS NULL)) THEN
104: IF (new_references.allow_discount_ind <> UPPER (new_references.allow_discount_ind)) THEN
105: Fnd_Message.Set_Name ('IGS', 'IGS_GE_INVALID_VALUE');
106: IGS_GE_MSG_STACK.ADD;
107: App_Exception.Raise_Exception;
108: END IF;
109: END IF;

Line 121: Fnd_Message.Set_Name ('FND', 'FORM_RECORD_DELETED');

117: IF NOT IGS_LOOKUPS_VIEW_PKG.GET_PK_FOR_VALIDATION(
118: 'HECS_PAYMENT_TYPE',
119: new_references.s_hecs_payment_type
120: ) THEN
121: Fnd_Message.Set_Name ('FND', 'FORM_RECORD_DELETED');
122: IGS_GE_MSG_STACK.ADD;
123: App_Exception.Raise_Exception;
124: END IF;
125: END IF;

Line 169: Fnd_Message.Set_Name ('IGS', 'IGS_FI_GHPO_SHPT_FK');

165: Open cur_rowid;
166: Fetch cur_rowid INTO lv_rowid;
167: IF (cur_rowid%FOUND) THEN
168: Close cur_rowid;
169: Fnd_Message.Set_Name ('IGS', 'IGS_FI_GHPO_SHPT_FK');
170: IGS_GE_MSG_STACK.ADD;
171: App_Exception.Raise_Exception;
172: Return;
173: END IF;

Line 210: Fnd_Message.Set_Name ('IGS', 'IGS_GE_RECORD_ALREADY_EXISTS');

206: -- Call all the procedures related to Before Insert.
207: IF (Get_PK_For_Validation (
208: new_references.govt_hecs_payment_option
209: )) THEN
210: Fnd_Message.Set_Name ('IGS', 'IGS_GE_RECORD_ALREADY_EXISTS');
211: IGS_GE_MSG_STACK.ADD;
212: App_Exception.Raise_Exception;
213: END IF;
214: Check_Constraints;

Line 227: Fnd_Message.Set_Name ('IGS', 'IGS_GE_RECORD_ALREADY_EXISTS');

223: ELSIF (p_action = 'VALIDATE_INSERT') THEN
224: IF (Get_PK_For_Validation (
225: new_references.govt_hecs_payment_option
226: )) THEN
227: Fnd_Message.Set_Name ('IGS', 'IGS_GE_RECORD_ALREADY_EXISTS');
228: IGS_GE_MSG_STACK.ADD;
229: App_Exception.Raise_Exception;
230: END IF;
231: Check_Constraints;

Line 267: FND_MESSAGE.SET_NAME( 'FND', 'SYSTEM-INVALID ARGS');

263: if X_LAST_UPDATE_LOGIN is NULL then
264: X_LAST_UPDATE_LOGIN := -1;
265: end if;
266: else
267: FND_MESSAGE.SET_NAME( 'FND', 'SYSTEM-INVALID ARGS');
268: IGS_GE_MSG_STACK.ADD;
269: app_exception.raise_exception;
270: end if;
271: Before_DML(

Line 338: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');

334: open c1;
335: fetch c1 into tlinfo;
336: if (c1%notfound) then
337: close c1;
338: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
339: IGS_GE_MSG_STACK.ADD;
340: app_exception.raise_exception;
341: return;
342: end if;

Line 351: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');

347: AND (tlinfo.CLOSED_IND = X_CLOSED_IND)
348: ) then
349: null;
350: else
351: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
352: IGS_GE_MSG_STACK.ADD;
353: app_exception.raise_exception;
354: end if;
355: return;

Line 384: FND_MESSAGE.SET_NAME('FND', 'SYSTEM-INVALID ARGS');

380: if X_LAST_UPDATE_LOGIN is NULL then
381: X_LAST_UPDATE_LOGIN := -1;
382: end if;
383: else
384: FND_MESSAGE.SET_NAME('FND', 'SYSTEM-INVALID ARGS');
385: IGS_GE_MSG_STACK.ADD;
386: app_exception.raise_exception;
387: end if;
388: Before_DML(