DBA Data[Home] [Help]

APPS.IGS_FI_POSTING_INT_PKG dependencies on IGS_GE_MSG_STACK

Line 60: igs_ge_msg_stack.add;

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;
64: CLOSE cur_old_ref_values;

Line 117: IGS_GE_MSG_STACK.ADD;

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:
121: IF ((old_references.cr_account_cd = new_references.cr_account_cd) OR

Line 129: IGS_GE_MSG_STACK.ADD;

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;
133: IF ((old_references.dr_account_cd = new_references.dr_account_cd) OR

Line 141: IGS_GE_MSG_STACK.ADD;

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;
145:

Line 280: igs_ge_msg_stack.add;

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;
284: ELSIF (p_action = 'UPDATE') THEN

Line 297: igs_ge_msg_stack.add;

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
301: check_child_existance;

Line 379: igs_ge_msg_stack.add;

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:
383: SELECT igs_fi_posting_int_s.NEXTVAL

Line 536: igs_ge_msg_stack.add;

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;
540: END IF;

Line 562: igs_ge_msg_stack.add;

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:
566: RETURN;

Line 626: igs_ge_msg_stack.add;

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:
630: before_dml(