DBA Data[Home] [Help]

APPS.IGW_PROP_PROGRAM_ADDRESS_PKG dependencies on APP_EXCEPTION

Line 33: app_exception.raise_exception;

29: X_LAST_UPDATE_LOGIN := -1;
30: end if;
31: else
32: FND_MESSAGE.SET_NAME( 'FND', 'SYSTEM-INVALID ARGS');
33: app_exception.raise_exception;
34: end if;
35: insert into IGW_PROP_PROGRAM_ADDRESSES (
36: PROPOSAL_ID,
37: ADDRESS_ID,

Line 88: app_exception.raise_exception;

84: open c1;
85: fetch c1 into tlinfo;
86: if (c1%notfound) then
87: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
88: app_exception.raise_exception;
89: close c1;
90: return;
91: end if;
92: close c1;

Line 105: app_exception.raise_exception;

101: ) then
102: null;
103: else
104: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
105: app_exception.raise_exception;
106: end if;
107: return;
108: end LOCK_ROW;
109:

Line 137: app_exception.raise_exception;

133: X_LAST_UPDATE_LOGIN := -1;
134: end if;
135: else
136: FND_MESSAGE.SET_NAME('FND', 'SYSTEM-INVALID ARGS');
137: app_exception.raise_exception;
138: end if;
139: update IGW_PROP_PROGRAM_ADDRESSES set
140: ADDRESS_ID = X_ADDRESS_ID,
141: NUMBER_OF_COPIES = X_NUMBER_OF_COPIES,