DBA Data[Home] [Help]

APPS.IGS_PE_PERS_RELN_TYP_PKG dependencies on IGS_GE_MSG_STACK

Line 36: IGS_GE_MSG_STACK.ADD;

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

Line 76: IGS_GE_MSG_STACK.ADD;

72: IF upper(column_name) = 'PERSON_RELATION_TYPE' OR
73: column_name is null Then
74: IF new_references.person_relation_type <>UPPER(new_references.person_relation_type) Then
75: Fnd_Message.Set_Name ('IGS', 'IGS_GE_INVALID_VALUE');
76: IGS_GE_MSG_STACK.ADD;
77: App_Exception.Raise_Exception;
78: END IF;
79: END IF;
80: END Check_Constraints;

Line 149: IGS_GE_MSG_STACK.ADD;

145:
146: IF Get_PK_For_Validation (
147: new_references.person_relation_type ) THEN
148: Fnd_Message.Set_Name ('IGS', 'IGS_GE_RECORD_ALREADY_EXISTS');
149: IGS_GE_MSG_STACK.ADD;
150: App_Exception.Raise_Exception;
151: END IF;
152:
153: Check_Constraints; -- if procedure present

Line 168: IGS_GE_MSG_STACK.ADD;

164: ELSIF (p_action = 'VALIDATE_INSERT') THEN
165: IF Get_PK_For_Validation (
166: new_references.person_relation_type ) THEN
167: Fnd_Message.Set_Name ('IGS', 'IGS_GE_RECORD_ALREADY_EXISTS');
168: IGS_GE_MSG_STACK.ADD;
169: App_Exception.Raise_Exception;
170: END IF;
171:
172: Check_Constraints; -- if procedure present

Line 231: IGS_GE_MSG_STACK.ADD;

227: X_LAST_UPDATE_LOGIN := -1;
228: end if;
229: else
230: FND_MESSAGE.SET_NAME( 'FND', 'SYSTEM-INVALID ARGS');
231: IGS_GE_MSG_STACK.ADD;
232: app_exception.raise_exception;
233: end if;
234: Before_DML(
235: p_action=>'INSERT',

Line 336: IGS_GE_MSG_STACK.ADD;

332: X_LAST_UPDATE_LOGIN := -1;
333: end if;
334: else
335: FND_MESSAGE.SET_NAME('FND', 'SYSTEM-INVALID ARGS');
336: IGS_GE_MSG_STACK.ADD;
337: app_exception.raise_exception;
338: end if;
339:
340: Before_DML(