DBA Data[Home] [Help]

APPS.IGS_AD_CAL_CONF_PKG dependencies on APP_EXCEPTION

Line 50: App_Exception.Raise_Exception;

46: IF (cur_old_ref_values%NOTFOUND) AND (p_action NOT IN ('INSERT', 'VALIDATE_INSERT')) THEN
47: Close cur_old_ref_values;
48: Fnd_Message.Set_Name ('FND', 'FORM_RECORD_DELETED');
49: IGS_GE_MSG_STACK.ADD;
50: App_Exception.Raise_Exception;
51: Return;
52: END IF;
53: Close cur_old_ref_values;
54:

Line 103: App_Exception.Raise_Exception;

99: 'ADM_APPL_OFFER_RESP_DT_ALIAS',
100: v_message_name) = FALSE THEN
101: Fnd_Message.Set_Name('IGS',v_message_name);
102: IGS_GE_MSG_STACK.ADD;
103: App_Exception.Raise_Exception;
104: END IF;
105: END IF;
106:
107: -- Admission Application Change Of Preference Date Alias.

Line 118: App_Exception.Raise_Exception;

114: 'ADM_APPL_CHNG_OF_PREF_DT_ALIAS',
115: v_message_name) = FALSE THEN
116: Fnd_Message.Set_Name('IGS',v_message_name);
117: IGS_GE_MSG_STACK.ADD;
118: App_Exception.Raise_Exception;
119: END IF;
120: END IF;
121: -- Admission Application Due Date Alias.
122: IF p_inserting OR

Line 132: App_Exception.Raise_Exception;

128: 'ADM_APPL_DUE_DT_ALIAS',
129: v_message_name) = FALSE THEN
130: Fnd_Message.Set_Name('IGS',v_message_name);
131: IGS_GE_MSG_STACK.ADD;
132: App_Exception.Raise_Exception;
133: END IF;
134: END IF;
135: -- Admission Application Final Date Alias.
136: IF p_inserting OR

Line 146: App_Exception.Raise_Exception;

142: 'ADM_APPL_FINAL_DT_ALIAS',
143: v_message_name) = FALSE THEN
144: Fnd_Message.Set_Name('IGS',v_message_name);
145: IGS_GE_MSG_STACK.ADD;
146: App_Exception.Raise_Exception;
147: END IF;
148: END IF;
149: -- Initialise Admission Period Date Alias .
150: IF p_inserting OR

Line 160: App_Exception.Raise_Exception;

156: 'INITIALISE_ADM_PERD_DT_ALIAS',
157: v_message_name) = FALSE THEN
158: Fnd_Message.Set_Name('IGS',v_message_name);
159: IGS_GE_MSG_STACK.ADD;
160: App_Exception.Raise_Exception;
161: END IF;
162: END IF;
163: -- Admission Application Encumbrance Checking Date Alias.
164: IF p_inserting OR

Line 174: App_Exception.Raise_Exception;

170: 'ADM_APPL_ENCMB_CHK_DT_ALIAS',
171: v_message_name) = FALSE THEN
172: Fnd_Message.Set_Name('IGS',v_message_name);
173: IGS_GE_MSG_STACK.ADD;
174: App_Exception.Raise_Exception;
175: END IF;
176: END IF;
177: -- Admission Application IGS_PS_COURSE Start Date Alias.
178: IF p_inserting OR

Line 188: App_Exception.Raise_Exception;

184: 'ADM_APPL_COURSE_STRT_DT_ALIAS',
185: v_message_name) = FALSE THEN
186: Fnd_Message.Set_Name('IGS',v_message_name);
187: IGS_GE_MSG_STACK.ADD;
188: App_Exception.Raise_Exception;
189: END IF;
190: END IF;
191:
192: -- Admission Application Short Admission Start Date Alias.

Line 203: App_Exception.Raise_Exception;

199: 'ADM_APPL_SHORT_STRT_DT_ALIAS',
200: v_message_name) = FALSE THEN
201: Fnd_Message.Set_Name('IGS',v_message_name);
202: IGS_GE_MSG_STACK.ADD;
203: App_Exception.Raise_Exception;
204: END IF;
205: END IF;
206: -- Admission Application End Completion Period Date Alias.
207: IF p_inserting OR

Line 217: App_Exception.Raise_Exception;

213: 'ADM_APPL_E_COMP_PERD_DT_ALIAS',
214: v_message_name) = FALSE THEN
215: Fnd_Message.Set_Name('IGS',v_message_name);
216: IGS_GE_MSG_STACK.ADD;
217: App_Exception.Raise_Exception;
218: END IF;
219: END IF;
220: -- Admission Application Mid Completion Period Date Alias.
221: IF p_inserting OR

Line 231: App_Exception.Raise_Exception;

227: 'ADM_APPL_M_COMP_PERD_DT_ALIAS',
228: v_message_name) = FALSE THEN
229: Fnd_Message.Set_Name('IGS',v_message_name);
230: IGS_GE_MSG_STACK.ADD;
231: App_Exception.Raise_Exception;
232: END IF;
233: END IF;
234: -- Admission Application Summer Completion Period Date Alias.
235: IF p_inserting OR

Line 245: App_Exception.Raise_Exception;

241: 'ADM_APPL_S_COMP_PERD_DT_ALIAS',
242: v_message_name) = FALSE THEN
243: Fnd_Message.Set_Name('IGS',v_message_name);
244: IGS_GE_MSG_STACK.ADD;
245: App_Exception.Raise_Exception;
246: END IF;
247: END IF;
248:
249: END BeforeRowInsertUpdate1;

Line 295: App_Exception.Raise_Exception;

291: IF upper(Column_Name) = 'ADM_APPL_CHNG_OF_PREF_DT_ALIAS' OR Column_Name IS NULL THEN
292: IF new_references.adm_appl_chng_of_pref_dt_alias <> UPPER(new_references.adm_appl_chng_of_pref_dt_alias) THEN
293: Fnd_Message.Set_Name('IGS','IGS_GE_INVALID_VALUE');
294: IGS_GE_MSG_STACK.ADD;
295: App_Exception.Raise_Exception;
296: END IF;
297: END IF;
298: IF upper(Column_Name) = 'ADM_APPL_DUE_DT_ALIAS' OR Column_Name IS NULL THEN
299: IF new_references.adm_appl_due_dt_alias <> UPPER(new_references.adm_appl_due_dt_alias) THEN

Line 302: App_Exception.Raise_Exception;

298: IF upper(Column_Name) = 'ADM_APPL_DUE_DT_ALIAS' OR Column_Name IS NULL THEN
299: IF new_references.adm_appl_due_dt_alias <> UPPER(new_references.adm_appl_due_dt_alias) THEN
300: Fnd_Message.Set_Name('IGS','IGS_GE_INVALID_VALUE');
301: IGS_GE_MSG_STACK.ADD;
302: App_Exception.Raise_Exception;
303: END IF;
304: END IF;
305: IF upper(Column_Name) = 'ADM_APPL_FINAL_DT_ALIAS' OR Column_Name IS NULL THEN
306: IF new_references.adm_appl_final_dt_alias <> UPPER(new_references.adm_appl_final_dt_alias) THEN

Line 309: App_Exception.Raise_Exception;

305: IF upper(Column_Name) = 'ADM_APPL_FINAL_DT_ALIAS' OR Column_Name IS NULL THEN
306: IF new_references.adm_appl_final_dt_alias <> UPPER(new_references.adm_appl_final_dt_alias) THEN
307: Fnd_Message.Set_Name('IGS','IGS_GE_INVALID_VALUE');
308: IGS_GE_MSG_STACK.ADD;
309: App_Exception.Raise_Exception;
310: END IF;
311: END IF;
312: IF upper(Column_Name) = 'ADM_APPL_OFFER_RESP_DT_ALIAS' OR Column_Name IS NULL THEN
313: IF new_references.adm_appl_offer_resp_dt_alias <> UPPER(new_references.adm_appl_offer_resp_dt_alias) THEN

Line 316: App_Exception.Raise_Exception;

312: IF upper(Column_Name) = 'ADM_APPL_OFFER_RESP_DT_ALIAS' OR Column_Name IS NULL THEN
313: IF new_references.adm_appl_offer_resp_dt_alias <> UPPER(new_references.adm_appl_offer_resp_dt_alias) THEN
314: Fnd_Message.Set_Name('IGS','IGS_GE_INVALID_VALUE');
315: IGS_GE_MSG_STACK.ADD;
316: App_Exception.Raise_Exception;
317: END IF;
318: END IF;
319: IF upper(Column_Name) = 'INITIALISE_ADM_PERD_DT_ALIAS' OR Column_Name IS NULL THEN
320: IF new_references.initialise_adm_perd_dt_alias <> UPPER(new_references.initialise_adm_perd_dt_alias) THEN

Line 323: App_Exception.Raise_Exception;

319: IF upper(Column_Name) = 'INITIALISE_ADM_PERD_DT_ALIAS' OR Column_Name IS NULL THEN
320: IF new_references.initialise_adm_perd_dt_alias <> UPPER(new_references.initialise_adm_perd_dt_alias) THEN
321: Fnd_Message.Set_Name('IGS','IGS_GE_INVALID_VALUE');
322: IGS_GE_MSG_STACK.ADD;
323: App_Exception.Raise_Exception;
324: END IF;
325: END IF;
326: IF upper(Column_Name) = 'ADM_APPL_ENCMB_CHK_DT_ALIAS' OR Column_Name IS NULL THEN
327: IF new_references.adm_appl_encmb_chk_dt_alias <> UPPER(new_references.adm_appl_encmb_chk_dt_alias) THEN

Line 330: App_Exception.Raise_Exception;

326: IF upper(Column_Name) = 'ADM_APPL_ENCMB_CHK_DT_ALIAS' OR Column_Name IS NULL THEN
327: IF new_references.adm_appl_encmb_chk_dt_alias <> UPPER(new_references.adm_appl_encmb_chk_dt_alias) THEN
328: Fnd_Message.Set_Name('IGS','IGS_GE_INVALID_VALUE');
329: IGS_GE_MSG_STACK.ADD;
330: App_Exception.Raise_Exception;
331: END IF;
332: END IF;
333: IF upper(Column_Name) = 'ADM_APPL_SHORT_STRT_DT_ALIAS' OR Column_Name IS NULL THEN
334: IF new_references.adm_appl_short_strt_dt_alias <> UPPER(new_references.adm_appl_short_strt_dt_alias) THEN

Line 337: App_Exception.Raise_Exception;

333: IF upper(Column_Name) = 'ADM_APPL_SHORT_STRT_DT_ALIAS' OR Column_Name IS NULL THEN
334: IF new_references.adm_appl_short_strt_dt_alias <> UPPER(new_references.adm_appl_short_strt_dt_alias) THEN
335: Fnd_Message.Set_Name('IGS','IGS_GE_INVALID_VALUE');
336: IGS_GE_MSG_STACK.ADD;
337: App_Exception.Raise_Exception;
338: END IF;
339: END IF;
340: IF upper(Column_Name) = 'ADM_APPL_E_COMP_PERD_DT_ALIAS' OR Column_Name IS NULL THEN
341: IF new_references.adm_appl_e_comp_perd_dt_alias <> UPPER(new_references.adm_appl_e_comp_perd_dt_alias) THEN

Line 344: App_Exception.Raise_Exception;

340: IF upper(Column_Name) = 'ADM_APPL_E_COMP_PERD_DT_ALIAS' OR Column_Name IS NULL THEN
341: IF new_references.adm_appl_e_comp_perd_dt_alias <> UPPER(new_references.adm_appl_e_comp_perd_dt_alias) THEN
342: Fnd_Message.Set_Name('IGS','IGS_GE_INVALID_VALUE');
343: IGS_GE_MSG_STACK.ADD;
344: App_Exception.Raise_Exception;
345: END IF;
346: END IF;
347: IF upper(Column_Name) = 'ADM_APPL_M_COMP_PERD_DT_ALIAS' OR Column_Name IS NULL THEN
348: IF new_references.adm_appl_m_comp_perd_dt_alias <> UPPER(new_references.adm_appl_m_comp_perd_dt_alias) THEN

Line 351: App_Exception.Raise_Exception;

347: IF upper(Column_Name) = 'ADM_APPL_M_COMP_PERD_DT_ALIAS' OR Column_Name IS NULL THEN
348: IF new_references.adm_appl_m_comp_perd_dt_alias <> UPPER(new_references.adm_appl_m_comp_perd_dt_alias) THEN
349: Fnd_Message.Set_Name('IGS','IGS_GE_INVALID_VALUE');
350: IGS_GE_MSG_STACK.ADD;
351: App_Exception.Raise_Exception;
352: END IF;
353: END IF;
354: IF upper(Column_Name) = 'ADM_APPL_S_COMP_PERD_DT_ALIAS' OR Column_Name IS NULL THEN
355: IF new_references.adm_appl_s_comp_perd_dt_alias <> UPPER(new_references.adm_appl_s_comp_perd_dt_alias) THEN

Line 358: App_Exception.Raise_Exception;

354: IF upper(Column_Name) = 'ADM_APPL_S_COMP_PERD_DT_ALIAS' OR Column_Name IS NULL THEN
355: IF new_references.adm_appl_s_comp_perd_dt_alias <> UPPER(new_references.adm_appl_s_comp_perd_dt_alias) THEN
356: Fnd_Message.Set_Name('IGS','IGS_GE_INVALID_VALUE');
357: IGS_GE_MSG_STACK.ADD;
358: App_Exception.Raise_Exception;
359: END IF;
360: END IF;
361: IF upper(Column_Name) = 'ADM_APPL_COURSE_STRT_DT_ALIAS' OR Column_Name IS NULL THEN
362: IF new_references.adm_appl_course_strt_dt_alias <> UPPER(new_references.adm_appl_course_strt_dt_alias) THEN

Line 365: App_Exception.Raise_Exception;

361: IF upper(Column_Name) = 'ADM_APPL_COURSE_STRT_DT_ALIAS' OR Column_Name IS NULL THEN
362: IF new_references.adm_appl_course_strt_dt_alias <> UPPER(new_references.adm_appl_course_strt_dt_alias) THEN
363: Fnd_Message.Set_Name('IGS','IGS_GE_INVALID_VALUE');
364: IGS_GE_MSG_STACK.ADD;
365: App_Exception.Raise_Exception;
366: END IF;
367: END IF;
368: IF upper(Column_Name) = 'S_CONTROL_NUM' OR Column_Name IS NULL THEN
369: IF new_references.s_control_num <> 1 THEN

Line 372: App_Exception.Raise_Exception;

368: IF upper(Column_Name) = 'S_CONTROL_NUM' OR Column_Name IS NULL THEN
369: IF new_references.s_control_num <> 1 THEN
370: Fnd_Message.Set_Name('IGS','IGS_GE_INVALID_VALUE');
371: IGS_GE_MSG_STACK.ADD;
372: App_Exception.Raise_Exception;
373: END IF;
374: END IF;
375:
376: IF upper(Column_Name) = 'ADM_PRC_TRK_DT_ALIAS' OR Column_Name IS NULL THEN

Line 380: App_Exception.Raise_Exception;

376: IF upper(Column_Name) = 'ADM_PRC_TRK_DT_ALIAS' OR Column_Name IS NULL THEN
377: IF new_references.ADM_PRC_TRK_DT_ALIAS <> UPPER(new_references.ADM_PRC_TRK_DT_ALIAS) THEN
378: Fnd_Message.Set_Name('IGS','IGS_GE_INVALID_VALUE');
379: IGS_GE_MSG_STACK.ADD;
380: App_Exception.Raise_Exception;
381: END IF;
382: END IF;
383:
384: IF upper(Column_Name) = 'POST_ADM_TRK_DT_ALIAS' OR Column_Name IS NULL THEN

Line 388: App_Exception.Raise_Exception;

384: IF upper(Column_Name) = 'POST_ADM_TRK_DT_ALIAS' OR Column_Name IS NULL THEN
385: IF new_references.POST_ADM_TRK_DT_ALIAS <> UPPER(new_references.POST_ADM_TRK_DT_ALIAS) THEN
386: Fnd_Message.Set_Name('IGS','IGS_GE_INVALID_VALUE');
387: IGS_GE_MSG_STACK.ADD;
388: App_Exception.Raise_Exception;
389: END IF;
390: END IF;
391:
392: IF upper(Column_Name) = 'INQ_CAL_TYPE' OR Column_Name IS NULL THEN

Line 396: App_Exception.Raise_Exception;

392: IF upper(Column_Name) = 'INQ_CAL_TYPE' OR Column_Name IS NULL THEN
393: IF new_references.INQ_CAL_TYPE <> UPPER(new_references.INQ_CAL_TYPE) THEN
394: Fnd_Message.Set_Name('IGS','IGS_GE_INVALID_VALUE');
395: IGS_GE_MSG_STACK.ADD;
396: App_Exception.Raise_Exception;
397: END IF;
398: END IF;
399:
400: END Check_Constraints;

Line 414: App_Exception.Raise_Exception;

410: new_references.adm_appl_course_strt_dt_alias
411: ) THEN
412: Fnd_Message.Set_Name('FND','FORM_RECORD_DELETED');
413: IGS_GE_MSG_STACK.ADD;
414: App_Exception.Raise_Exception;
415: END IF;
416: END IF;
417:
418: IF (((old_references.adm_appl_final_dt_alias = new_references.adm_appl_final_dt_alias)) OR

Line 427: App_Exception.Raise_Exception;

423: new_references.adm_appl_final_dt_alias
424: ) THEN
425: Fnd_Message.Set_Name('FND','FORM_RECORD_DELETED');
426: IGS_GE_MSG_STACK.ADD;
427: App_Exception.Raise_Exception;
428: END IF;
429: END IF;
430:
431: IF (((old_references.adm_appl_due_dt_alias = new_references.adm_appl_due_dt_alias)) OR

Line 440: App_Exception.Raise_Exception;

436: new_references.adm_appl_due_dt_alias
437: ) THEN
438: Fnd_Message.Set_Name('FND','FORM_RECORD_DELETED');
439: IGS_GE_MSG_STACK.ADD;
440: App_Exception.Raise_Exception;
441: END IF;
442: END IF;
443:
444: IF (((old_references.adm_appl_encmb_chk_dt_alias = new_references.adm_appl_encmb_chk_dt_alias)) OR

Line 453: App_Exception.Raise_Exception;

449: new_references.adm_appl_encmb_chk_dt_alias
450: ) THEN
451: Fnd_Message.Set_Name('FND','FORM_RECORD_DELETED');
452: IGS_GE_MSG_STACK.ADD;
453: App_Exception.Raise_Exception;
454: END IF;
455: END IF;
456:
457: IF (((old_references.adm_appl_e_comp_perd_dt_alias = new_references.adm_appl_e_comp_perd_dt_alias)) OR

Line 466: App_Exception.Raise_Exception;

462: new_references.adm_appl_e_comp_perd_dt_alias
463: ) THEN
464: Fnd_Message.Set_Name('FND','FORM_RECORD_DELETED');
465: IGS_GE_MSG_STACK.ADD;
466: App_Exception.Raise_Exception;
467: END IF;
468: END IF;
469:
470: IF (((old_references.initialise_adm_perd_dt_alias = new_references.initialise_adm_perd_dt_alias)) OR

Line 479: App_Exception.Raise_Exception;

475: new_references.initialise_adm_perd_dt_alias
476: ) THEN
477: Fnd_Message.Set_Name('FND','FORM_RECORD_DELETED');
478: IGS_GE_MSG_STACK.ADD;
479: App_Exception.Raise_Exception;
480: END IF;
481: END IF;
482:
483: IF (((old_references.adm_appl_m_comp_perd_dt_alias = new_references.adm_appl_m_comp_perd_dt_alias)) OR

Line 492: App_Exception.Raise_Exception;

488: new_references.adm_appl_m_comp_perd_dt_alias
489: ) THEN
490: Fnd_Message.Set_Name('FND','FORM_RECORD_DELETED');
491: IGS_GE_MSG_STACK.ADD;
492: App_Exception.Raise_Exception;
493: END IF;
494: END IF;
495:
496: IF (((old_references.adm_appl_chng_of_pref_dt_alias = new_references.adm_appl_chng_of_pref_dt_alias)) OR

Line 505: App_Exception.Raise_Exception;

501: new_references.adm_appl_chng_of_pref_dt_alias
502: ) THEN
503: Fnd_Message.Set_Name('FND','FORM_RECORD_DELETED');
504: IGS_GE_MSG_STACK.ADD;
505: App_Exception.Raise_Exception;
506: END IF;
507: END IF;
508:
509: IF (((old_references.adm_appl_offer_resp_dt_alias = new_references.adm_appl_offer_resp_dt_alias)) OR

Line 518: App_Exception.Raise_Exception;

514: new_references.adm_appl_offer_resp_dt_alias
515: ) THEN
516: Fnd_Message.Set_Name('FND','FORM_RECORD_DELETED');
517: IGS_GE_MSG_STACK.ADD;
518: App_Exception.Raise_Exception;
519: END IF;
520: END IF;
521:
522: IF (((old_references.adm_appl_short_strt_dt_alias = new_references.adm_appl_short_strt_dt_alias)) OR

Line 531: App_Exception.Raise_Exception;

527: new_references.adm_appl_short_strt_dt_alias
528: ) THEN
529: Fnd_Message.Set_Name('FND','FORM_RECORD_DELETED');
530: IGS_GE_MSG_STACK.ADD;
531: App_Exception.Raise_Exception;
532: END IF;
533: END IF;
534:
535: IF (((old_references.adm_appl_s_comp_perd_dt_alias = new_references.adm_appl_s_comp_perd_dt_alias)) OR

Line 544: App_Exception.Raise_Exception;

540: new_references.adm_appl_s_comp_perd_dt_alias
541: ) THEN
542: Fnd_Message.Set_Name('FND','FORM_RECORD_DELETED');
543: IGS_GE_MSG_STACK.ADD;
544: App_Exception.Raise_Exception;
545: END IF;
546: END IF;
547:
548: IF (((old_references.inq_cal_type = new_references.inq_cal_type)) OR

Line 557: App_Exception.Raise_Exception;

553: new_references.inq_cal_type
554: ) THEN
555: Fnd_Message.Set_Name('FND','FORM_RECORD_DELETED');
556: IGS_GE_MSG_STACK.ADD;
557: App_Exception.Raise_Exception;
558: END IF;
559: END IF;
560:
561: END Check_Parent_Existance;

Line 617: App_Exception.Raise_Exception;

613: IF (cur_rowid%FOUND) THEN
614: Close cur_rowid;
615: Fnd_Message.Set_Name ('IGS', 'IGS_AD_SACCO_DA_DUE_FK');
616: IGS_GE_MSG_STACK.ADD;
617: App_Exception.Raise_Exception;
618: Return;
619: END IF;
620: Close cur_rowid;
621:

Line 645: App_Exception.Raise_Exception;

641: IF (cur_rowid%FOUND) THEN
642: Close cur_rowid;
643: Fnd_Message.Set_Name ('IGS', 'IGS_AD_SACCO_CAT_FK');
644: IGS_GE_MSG_STACK.ADD;
645: App_Exception.Raise_Exception;
646: Return;
647: END IF;
648: Close cur_rowid;
649:

Line 710: App_Exception.Raise_Exception;

706: new_references.s_control_num
707: ) THEN
708: Fnd_Message.Set_Name('IGS','IGS_GE_RECORD_ALREADY_EXISTS');
709: IGS_GE_MSG_STACK.ADD;
710: App_Exception.Raise_Exception;
711: END IF;
712: Check_Constraints;
713: Check_Parent_Existance;
714:

Line 726: App_Exception.Raise_Exception;

722: new_references.s_control_num
723: ) THEN
724: Fnd_Message.Set_Name('IGS','IGS_GE_RECORD_ALREADY_EXISTS');
725: IGS_GE_MSG_STACK.ADD;
726: App_Exception.Raise_Exception;
727: END IF;
728: Check_Constraints;
729:
730: ELSIF (p_action = 'VALIDATE_UPDATE') THEN

Line 787: app_exception.raise_exception;

783: end if;
784: else
785: FND_MESSAGE.SET_NAME( 'FND', 'SYSTEM-INVALID ARGS');
786: IGS_GE_MSG_STACK.ADD;
787: app_exception.raise_exception;
788: end if;
789:
790: Before_DML (
791: p_action => 'INSERT',

Line 916: app_exception.raise_exception;

912: fetch c1 into tlinfo;
913: if (c1%notfound) then
914: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
915: IGS_GE_MSG_STACK.ADD;
916: app_exception.raise_exception;
917: close c1;
918: return;
919: end if;
920: close c1;

Line 969: app_exception.raise_exception;

965: null;
966: else
967: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
968: IGS_GE_MSG_STACK.ADD;
969: app_exception.raise_exception;
970: end if;
971: return;
972: end LOCK_ROW;
973:

Line 1013: app_exception.raise_exception;

1009: end if;
1010: else
1011: FND_MESSAGE.SET_NAME('FND', 'SYSTEM-INVALID ARGS');
1012: IGS_GE_MSG_STACK.ADD;
1013: app_exception.raise_exception;
1014: end if;
1015:
1016: Before_DML (
1017: p_action => 'UPDATE',