DBA Data[Home] [Help]

APPS.IGS_FI_INVLN_INT_PKG dependencies on FND_MESSAGE

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

90: Open cur_old_ref_values;
91: Fetch cur_old_ref_values INTO old_references;
92: IF (cur_old_ref_values%NOTFOUND) AND (p_action NOT IN ('INSERT','VALIDATE_INSERT')) THEN
93: Close cur_old_ref_values;
94: Fnd_Message.Set_Name ('FND', 'FORM_RECORD_DELETED');
95: IGS_GE_MSG_STACK.ADD;
96: App_Exception.Raise_Exception;
97: Return;
98: END IF;

Line 189: FND_MESSAGE.SET_NAME('IGS','IGS_GE_INVALID_VALUE');

185: END IF;
186:
187: IF UPPER(column_name) = 'ERROR_ACCOUNT' OR column_name IS NULL THEN
188: IF NVL(new_references.error_account,'N') NOT IN ('Y','N') THEN
189: FND_MESSAGE.SET_NAME('IGS','IGS_GE_INVALID_VALUE');
190: IGS_GE_MSG_STACK.ADD;
191: APP_EXCEPTION.RAISE_EXCEPTION;
192: END IF;
193: END IF;

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

211: IF Get_Uk_For_Validation (
212: new_references.invoice_id,
213: new_references.line_number
214: ) THEN
215: Fnd_Message.Set_Name ('IGS', 'IGS_GE_RECORD_ALREADY_EXISTS');
216: IGS_GE_MSG_STACK.ADD;
217: app_exception.raise_exception;
218: END IF;
219: END Check_Uniqueness ;

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

277: ELSE
278: IF NOT IGS_FI_ACC_PKG.Get_PK_For_Validation (
279: new_references.rev_account_cd
280: ) THEN
281: Fnd_Message.Set_Name ('FND', 'FORM_RECORD_DELETED');
282: IGS_GE_MSG_STACK.ADD;
283: App_Exception.Raise_Exception;
284: END IF;
285: END IF;

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

289: ELSE
290: IF NOT IGS_FI_ACC_PKG.Get_PK_For_Validation (
291: new_references.rec_account_cd
292: ) THEN
293: Fnd_Message.Set_Name ('FND', 'FORM_RECORD_DELETED');
294: IGS_GE_MSG_STACK.ADD;
295: App_Exception.Raise_Exception;
296: END IF;
297: END IF;

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

303: ELSIF NOT Igs_lookups_view_Pkg.Get_PK_For_Validation (
304: 'CHG_METHOD',
305: new_references.s_chg_method_type
306: ) THEN
307: Fnd_Message.Set_Name ('FND','FORM_RECORD_DELETED');
308: IGS_GE_MSG_STACK.ADD;
309: App_Exception.Raise_Exception;
310: END IF;
311:

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

314: NULL;
315: ELSIF NOT igs_fi_posting_int_pkg.get_pk_for_validation (
316: new_references.posting_id
317: ) THEN
318: fnd_message.set_name ('FND', 'FORM_RECORD_DELETED');
319: igs_ge_msg_stack.add;
320: app_exception.raise_exception;
321: END IF;
322:

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

325: NULL;
326: ELSIF NOT igs_ps_unit_type_lvl_pkg.get_pk_for_validation (
327: new_references.unit_type_id
328: ) THEN
329: fnd_message.set_name ('FND', 'FORM_RECORD_DELETED');
330: igs_ge_msg_stack.add;
331: app_exception.raise_exception;
332: END IF;
333:

Line 401: fnd_message.set_name ('IGS', 'IGS_FI_PINT_INLI_FK');

397: OPEN cur_rowid;
398: FETCH cur_rowid INTO lv_rowid;
399: IF (cur_rowid%FOUND) THEN
400: CLOSE cur_rowid;
401: fnd_message.set_name ('IGS', 'IGS_FI_PINT_INLI_FK');
402: igs_ge_msg_stack.add;
403: app_exception.raise_exception;
404: RETURN;
405: END IF;

Line 436: fnd_message.set_name ('IGS', 'IGS_FI_INLI_UOO_FK');

432: OPEN cur_rowid;
433: FETCH cur_rowid INTO lv_rowid;
434: IF (cur_rowid%FOUND) THEN
435: CLOSE cur_rowid;
436: fnd_message.set_name ('IGS', 'IGS_FI_INLI_UOO_FK');
437: igs_ge_msg_stack.add;
438: app_exception.raise_exception;
439: RETURN;
440: END IF;

Line 579: Fnd_Message.Set_name('IGS','IGS_GE_MULTI_ORG_DUP_REC');

575: -- Call all the procedures related to Before Insert.
576: Null;
577: IF Get_Pk_For_Validation(
578: new_references.invoice_lines_id) THEN
579: Fnd_Message.Set_name('IGS','IGS_GE_MULTI_ORG_DUP_REC');
580: IGS_GE_MSG_STACK.ADD;
581: App_Exception.Raise_Exception;
582: END IF;
583: Check_Uniqueness;

Line 598: Fnd_Message.Set_name('IGS','IGS_GE_MULTI_ORG_DUP_REC');

594: ELSIF (p_action = 'VALIDATE_INSERT') THEN
595: -- Call all the procedures related to Before Insert.
596: IF Get_PK_For_Validation (
597: new_references.invoice_lines_id) THEN
598: Fnd_Message.Set_name('IGS','IGS_GE_MULTI_ORG_DUP_REC');
599: IGS_GE_MSG_STACK.ADD;
600: App_Exception.Raise_Exception;
601: END IF;
602: Check_Uniqueness;

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

742: else
743: X_PROGRAM_UPDATE_DATE:=SYSDATE;
744: end if;
745: else
746: FND_MESSAGE.SET_NAME( 'FND', 'SYSTEM-INVALID ARGS');
747: IGS_GE_MSG_STACK.ADD;
748: app_exception.raise_exception;
749: end if;
750:

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

1059: begin
1060: open c1;
1061: fetch c1 into tlinfo;
1062: if (c1%notfound) then
1063: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
1064: IGS_GE_MSG_STACK.ADD;
1065: close c1;
1066: app_exception.raise_exception;
1067: return;

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

1191: AND ((tlinfo.unit_level = x_unit_level) OR ((tlinfo.unit_level IS NULL) AND (x_unit_level IS NULL)))
1192: ) THEN
1193: null;
1194: ELSE
1195: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
1196: IGS_GE_MSG_STACK.ADD;
1197: app_exception.raise_exception;
1198: END IF;
1199: RETURN;

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

1300: else
1301: X_PROGRAM_UPDATE_DATE:=SYSDATE;
1302: end if;
1303: else
1304: FND_MESSAGE.SET_NAME( 'FND', 'SYSTEM-INVALID ARGS');
1305: IGS_GE_MSG_STACK.ADD;
1306: app_exception.raise_exception;
1307: end if;
1308: Before_DML(