DBA Data[Home] [Help]

APPS.IGS_FI_POSTING_INT_PKG dependencies on FND_MESSAGE

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

55: OPEN cur_old_ref_values;
56: FETCH cur_old_ref_values INTO old_references;
57: IF ((cur_old_ref_values%NOTFOUND) AND (p_action NOT IN ('INSERT', 'VALIDATE_INSERT'))) THEN
58: CLOSE cur_old_ref_values;
59: fnd_message.set_name ('FND', 'FORM_RECORD_DELETED');
60: igs_ge_msg_stack.add;
61: app_exception.raise_exception;
62: RETURN;
63: END IF;

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

112: ELSIF NOT IGS_LOOKUPS_VIEW_PKG.Get_PK_For_Validation(
113: 'IGS_FI_SOURCE_TRANSACTION_TYPE',
114: new_references.source_transaction_type
115: )THEN
116: Fnd_Message.Set_Name ('FND', 'FORM_RECORD_DELETED');
117: IGS_GE_MSG_STACK.ADD;
118: App_Exception.Raise_Exception;
119: END IF;
120:

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

124: ELSE
125: IF NOT IGS_FI_ACC_PKG.Get_PK_For_Validation (
126: new_references.cr_account_cd
127: ) THEN
128: Fnd_Message.Set_Name ('FND', 'FORM_RECORD_DELETED');
129: IGS_GE_MSG_STACK.ADD;
130: App_Exception.Raise_Exception;
131: END IF;
132: END IF;

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

136: ELSE
137: IF NOT IGS_FI_ACC_PKG.Get_PK_For_Validation (
138: new_references.dr_account_cd
139: ) THEN
140: Fnd_Message.Set_Name ('FND', 'FORM_RECORD_DELETED');
141: IGS_GE_MSG_STACK.ADD;
142: App_Exception.Raise_Exception;
143: END IF;
144: END IF;

Line 279: fnd_message.set_name('IGS','IGS_GE_RECORD_ALREADY_EXISTS');

275: IF ( get_pk_for_validation(
276: new_references.posting_id
277: )
278: ) THEN
279: fnd_message.set_name('IGS','IGS_GE_RECORD_ALREADY_EXISTS');
280: igs_ge_msg_stack.add;
281: app_exception.raise_exception;
282: END IF;
283: check_parent_existance;

Line 296: fnd_message.set_name('IGS','IGS_GE_RECORD_ALREADY_EXISTS');

292: IF ( get_pk_for_validation (
293: new_references.posting_id
294: )
295: ) THEN
296: fnd_message.set_name('IGS','IGS_GE_RECORD_ALREADY_EXISTS');
297: igs_ge_msg_stack.add;
298: app_exception.raise_exception;
299: END IF;
300: ELSIF (p_action = 'VALIDATE_DELETE') THEN

Line 378: fnd_message.set_name ('FND', 'SYSTEM-INVALID ARGS');

374: ELSE
375: x_program_update_date := SYSDATE;
376: END IF;
377: ELSE
378: fnd_message.set_name ('FND', 'SYSTEM-INVALID ARGS');
379: igs_ge_msg_stack.add;
380: app_exception.raise_exception;
381: END IF;
382:

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

531:
532: OPEN c1;
533: FETCH c1 INTO tlinfo;
534: IF (c1%notfound) THEN
535: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
536: igs_ge_msg_stack.add;
537: CLOSE c1;
538: app_exception.raise_exception;
539: RETURN;

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

557: AND ((tlinfo.posting_control_id = x_posting_control_id) OR ((tlinfo.posting_control_id IS NULL) AND (x_posting_control_id IS NULL)))
558: ) THEN
559: NULL;
560: ELSE
561: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
562: igs_ge_msg_stack.add;
563: app_exception.raise_exception;
564: END IF;
565:

Line 625: fnd_message.set_name( 'FND', 'SYSTEM-INVALID ARGS');

621: IF (x_last_update_login IS NULL) THEN
622: x_last_update_login := -1;
623: END IF;
624: ELSE
625: fnd_message.set_name( 'FND', 'SYSTEM-INVALID ARGS');
626: igs_ge_msg_stack.add;
627: app_exception.raise_exception;
628: END IF;
629: