DBA Data[Home] [Help]

APPS.IGS_PE_PERSON_IMAGE_PKG dependencies on IGS_GE_MSG_STACK

Line 35: IGS_GE_MSG_STACK.ADD;

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

Line 70: IGS_GE_MSG_STACK.ADD;

66: IF NOT IGS_PE_PERSON_PKG.Get_PK_For_Validation (
67: new_references.person_id) THEN
68: Fnd_Message.Set_Name ('FND', 'FORM_RECORD_DELETED');
69:
70: IGS_GE_MSG_STACK.ADD;
71: App_Exception.Raise_Exception;
72: END IF;
73: END IF;
74:

Line 122: IGS_GE_MSG_STACK.ADD;

118: Open cur_rowid;
119: Fetch cur_rowid INTO lv_rowid;
120: IF (cur_rowid%FOUND) THEN
121: Fnd_Message.Set_Name ('IGS', 'IGS_PE_PEI_PE_FK');
122: IGS_GE_MSG_STACK.ADD;
123:
124: Close cur_rowid;
125: App_Exception.Raise_Exception;
126: Return;

Line 164: IGS_GE_MSG_STACK.ADD;

160: IF Get_PK_For_Validation (
161: new_references.person_id ,
162: new_references.image_dt) THEN
163: Fnd_Message.Set_Name ('IGS', 'IGS_GE_RECORD_ALREADY_EXISTS');
164: IGS_GE_MSG_STACK.ADD;
165: App_Exception.Raise_Exception;
166: END IF;
167:
168: Check_Parent_Existance; -- if procedure present

Line 179: IGS_GE_MSG_STACK.ADD;

175: IF Get_PK_For_Validation (
176: new_references.person_id ,
177: new_references.image_dt) THEN
178: Fnd_Message.Set_Name ('IGS', 'IGS_GE_RECORD_ALREADY_EXISTS');
179: IGS_GE_MSG_STACK.ADD;
180: App_Exception.Raise_Exception;
181: END IF;
182:
183: ELSIF (p_action = 'VALIDATE_UPDATE') THEN

Line 241: IGS_GE_MSG_STACK.ADD;

237: X_LAST_UPDATE_LOGIN := -1;
238: end if;
239: else
240: FND_MESSAGE.SET_NAME( 'FND', 'SYSTEM-INVALID ARGS');
241: IGS_GE_MSG_STACK.ADD;
242: app_exception.raise_exception;
243: end if;
244: Before_DML(
245: p_action=>'INSERT',