DBA Data[Home] [Help]

APPS.JTF_CAL_EXCEPTION_ASSIGN_PKG dependencies on APP_EXCEPTION

Line 57: --app_exception.raise_exception;

53: END IF;
54:
55: /*IF JTF_CAL_EXCEPTION_ASSIGN_PKG.NOT_NULL(X_EXCEPTION_ID) = FALSE THEN
56: --fnd_message.set_name('JTF', 'EXCEPTION_ID CANNOT BE NULL');
57: --app_exception.raise_exception;
58: fnd_message.set_name('JTF', 'JTF_CAL_REQUIRED');
59: fnd_message.set_token('P_Name', X_EXCEPTION_ID);
60: fnd_msg_pub.add;
61: v_error := 'Y';

Line 67: --app_exception.raise_exception;

63: */
64:
65: IF JTF_CAL_EXCEPTION_ASSIGN_PKG.NOT_NULL(X_START_DATE_ACTIVE) = FALSE THEN
66: --fnd_message.set_name('JTF', 'START_DATE CANNOT BE NULL');
67: --app_exception.raise_exception;
68: fnd_message.set_name('JTF', 'JTF_CAL_START_DATE');
69: fnd_msg_pub.add;
70: v_error := 'Y';
71: END IF;

Line 75: --app_exception.raise_exception;

71: END IF;
72:
73: IF JTF_CAL_EXCEPTION_ASSIGN_PKG.END_GREATER_THAN_BEGIN(X_START_DATE_ACTIVE, X_END_DATE_ACTIVE) = FALSE THEN
74: --fnd_message.set_name('JTF', 'END_DATE IS INCORRECT');
75: --app_exception.raise_exception;
76: fnd_message.set_name('JTF', 'JTF_CAL_END_DATE');
77: fnd_message.set_token('P_Start_Date', X_START_DATE_ACTIVE);
78: fnd_message.set_token('P_End_Date', X_END_DATE_ACTIVE);
79: fnd_msg_pub.add;

Line 264: app_exception.raise_exception;

260: ) then
261: null;
262: else
263: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
264: app_exception.raise_exception;
265: end if;
266: -- end if;
267: end loop;
268: return;