DBA Data[Home] [Help]

APPS.IGS_OR_ADDR_PKG dependencies on APP_EXCEPTION

Line 62: App_Exception.Raise_Exception;

58: IF (cur_rowid%FOUND) THEN
59: Close cur_rowid;
60: Fnd_Message.Set_Name ('IGS', 'IGS_OR_OA_ADT_FK');
61: IGS_GE_MSG_STACK.ADD;
62: App_Exception.Raise_Exception;
63: Return;
64: END IF;
65: Close cur_rowid;
66: END GET_FK_IGS_CO_ADDR_TYPE;

Line 85: App_Exception.Raise_Exception;

81: IF (cur_rowid%FOUND) THEN
82: Close cur_rowid;
83: Fnd_Message.Set_Name ('IGS', 'IGS_OR_OA_OU_FK');
84: IGS_GE_MSG_STACK.ADD;
85: App_Exception.Raise_Exception;
86: Return;
87: END IF;
88: Close cur_rowid;
89: END GET_FK_IGS_OR_UNIT;

Line 106: App_Exception.Raise_Exception;

102: IF (cur_rowid%FOUND) THEN
103: Close cur_rowid;
104: Fnd_Message.Set_Name ('IGS', 'IGS_OR_OA_SP_FK');
105: IGS_GE_MSG_STACK.ADD;
106: App_Exception.Raise_Exception;
107: Return;
108: END IF;
109: Close cur_rowid;
110: END GET_FK_IGS_PE_SUBURB_POSTCD;