DBA Data[Home] [Help]

APPS.IGS_FI_GEN_005 dependencies on APP_EXCEPTION

Line 166: App_Exception.Raise_Exception(Null, Null, fnd_message.get);

162: p_fee_cat IS NULL OR
163: p_effective_dt IS NULL THEN
164: Fnd_Message.Set_Name ('IGS', 'IGS_GE_INVALID_VALUE');
165: IGS_GE_MSG_STACK.ADD;
166: App_Exception.Raise_Exception(Null, Null, fnd_message.get);
167: END IF;
168:
169: -- Find the ACTIVE fee cat fee liabilities
170:

Line 291: APP_EXCEPTION.RAISE_EXCEPTION;

287: END IF;
288: IF c_suas%ISOPEN THEN
289: CLOSE c_suas;
290: END IF;
291: APP_EXCEPTION.RAISE_EXCEPTION;
292: END;
293:
294: EXCEPTION
295: WHEN OTHERS THEN

Line 306: App_Exception.Raise_Exception;

302: fnd_date.date_to_displaydt(p_effective_dt);
303: FND_MESSAGE.SET_NAME('IGS','IGS_GE_PARAMETERS');
304: FND_MESSAGE.SET_TOKEN('VALUE',lv_param_values);
305: IGS_GE_MSG_STACK.ADD;
306: App_Exception.Raise_Exception;
307: END finp_val_fee_lblty;
308:
309:
310:

Line 850: App_Exception.Raise_Exception;

846:
847: FND_MESSAGE.SET_NAME('IGS','IGS_GE_PARAMETERS');
848: FND_MESSAGE.SET_TOKEN('VALUE',lv_param_values);
849: IGS_GE_MSG_STACK.ADD;
850: App_Exception.Raise_Exception;
851:
852: END finp_val_fee_trigger;
853:
854: --

Line 953: APP_EXCEPTION.RAISE_EXCEPTION;

949: IF cur_ctrl%NOTFOUND THEN
950: CLOSE cur_ctrl;
951: FND_MESSAGE.SET_NAME('IGS','IGS_FI_SYSTEM_OPT_SETUP');
952: IGS_GE_MSG_STACK.ADD;
953: APP_EXCEPTION.RAISE_EXCEPTION;
954: END IF;
955: CLOSE cur_ctrl;
956:
957: -- If the records are not found, then this means that a Receivables system is not