DBA Data[Home] [Help]

APPS.JTF_CALENDARS_PKG dependencies on FND_MESSAGE

Line 46: fnd_message.set_name('JTF', 'JTF_CAL_CALENDAR_NAME');

42: begin
43: fnd_msg_pub.initialize;
44:
45: IF JTF_CALENDARS_PKG.NOT_NULL(X_CALENDAR_NAME) = FALSE THEN
46: fnd_message.set_name('JTF', 'JTF_CAL_CALENDAR_NAME');
47: --fnd_message.set_token('P_NAME', nvl(X_CALENDAR_NAME,'Calendar Name '));
48: fnd_msg_pub.add;
49: v_error := 'Y';
50: END IF;

Line 47: --fnd_message.set_token('P_NAME', nvl(X_CALENDAR_NAME,'Calendar Name '));

43: fnd_msg_pub.initialize;
44:
45: IF JTF_CALENDARS_PKG.NOT_NULL(X_CALENDAR_NAME) = FALSE THEN
46: fnd_message.set_name('JTF', 'JTF_CAL_CALENDAR_NAME');
47: --fnd_message.set_token('P_NAME', nvl(X_CALENDAR_NAME,'Calendar Name '));
48: fnd_msg_pub.add;
49: v_error := 'Y';
50: END IF;
51:

Line 53: fnd_message.set_name('JTF', 'JTF_CAL_CALENDAR_TYPE');

49: v_error := 'Y';
50: END IF;
51:
52: IF JTF_CALENDARS_PKG.NOT_NULL(X_CALENDAR_TYPE) = FALSE THEN
53: fnd_message.set_name('JTF', 'JTF_CAL_CALENDAR_TYPE');
54: --fnd_message.set_token('P_NAME', nvl(X_CALENDAR_TYPE,'Calendar Type '));
55: fnd_msg_pub.add;
56: v_error := 'Y';
57: END IF;

Line 54: --fnd_message.set_token('P_NAME', nvl(X_CALENDAR_TYPE,'Calendar Type '));

50: END IF;
51:
52: IF JTF_CALENDARS_PKG.NOT_NULL(X_CALENDAR_TYPE) = FALSE THEN
53: fnd_message.set_name('JTF', 'JTF_CAL_CALENDAR_TYPE');
54: --fnd_message.set_token('P_NAME', nvl(X_CALENDAR_TYPE,'Calendar Type '));
55: fnd_msg_pub.add;
56: v_error := 'Y';
57: END IF;
58:

Line 72: fnd_message.set_name('JTF', 'JTF_CAL_DUP_NAME');

68: nvl(end_date_active,to_date('12/31/9999','mm/dd/yyyy')) >= X_START_DATE_ACTIVE
69: ) ;
70:
71: IF temp_count > 0 THEN
72: fnd_message.set_name('JTF', 'JTF_CAL_DUP_NAME');
73: fnd_message.set_token('P_NAME', X_CALENDAR_NAME);
74: fnd_msg_pub.add;
75: v_error := 'Y';
76: END IF;

Line 73: fnd_message.set_token('P_NAME', X_CALENDAR_NAME);

69: ) ;
70:
71: IF temp_count > 0 THEN
72: fnd_message.set_name('JTF', 'JTF_CAL_DUP_NAME');
73: fnd_message.set_token('P_NAME', X_CALENDAR_NAME);
74: fnd_msg_pub.add;
75: v_error := 'Y';
76: END IF;
77:

Line 81: fnd_message.set_name('JTF', 'JTF_CAL_START_DATE');

77:
78:
79: IF JTF_CALENDARS_PKG.NOT_NULL(X_START_DATE_ACTIVE) = FALSE THEN
80:
81: fnd_message.set_name('JTF', 'JTF_CAL_START_DATE');
82: fnd_msg_pub.add;
83:
84: v_error := 'Y';
85: END IF;

Line 89: fnd_message.set_name('JTF', 'JTF_CAL_END_DATE');

85: END IF;
86:
87:
88: IF JTF_CALENDARS_PKG.END_GREATER_THAN_BEGIN(X_START_DATE_ACTIVE, X_END_DATE_ACTIVE) = FALSE THEN
89: fnd_message.set_name('JTF', 'JTF_CAL_END_DATE');
90: fnd_message.set_token('P_Start_Date', X_START_DATE_ACTIVE);
91: fnd_message.set_token('P_End_Date', X_END_DATE_ACTIVE);
92: fnd_msg_pub.add;
93: v_error := 'Y';

Line 90: fnd_message.set_token('P_Start_Date', X_START_DATE_ACTIVE);

86:
87:
88: IF JTF_CALENDARS_PKG.END_GREATER_THAN_BEGIN(X_START_DATE_ACTIVE, X_END_DATE_ACTIVE) = FALSE THEN
89: fnd_message.set_name('JTF', 'JTF_CAL_END_DATE');
90: fnd_message.set_token('P_Start_Date', X_START_DATE_ACTIVE);
91: fnd_message.set_token('P_End_Date', X_END_DATE_ACTIVE);
92: fnd_msg_pub.add;
93: v_error := 'Y';
94: END IF;

Line 91: fnd_message.set_token('P_End_Date', X_END_DATE_ACTIVE);

87:
88: IF JTF_CALENDARS_PKG.END_GREATER_THAN_BEGIN(X_START_DATE_ACTIVE, X_END_DATE_ACTIVE) = FALSE THEN
89: fnd_message.set_name('JTF', 'JTF_CAL_END_DATE');
90: fnd_message.set_token('P_Start_Date', X_START_DATE_ACTIVE);
91: fnd_message.set_token('P_End_Date', X_END_DATE_ACTIVE);
92: fnd_msg_pub.add;
93: v_error := 'Y';
94: END IF;
95:

Line 267: fnd_message.set_name('JTF', 'FORM_RECORD_DELETED');

263: open c;
264: fetch c into recinfo;
265: if (c%notfound) then
266: close c;
267: fnd_message.set_name('JTF', 'FORM_RECORD_DELETED');
268: app_exception.raise_exception;
269: end if;
270: close c;
271: if ( ((recinfo.OBJECT_VERSION_NUMBER = X_OBJECT_VERSION_NUMBER)

Line 314: fnd_message.set_name('JTF', 'FORM_RECORD_CHANGED');

310: OR ((recinfo.CALENDAR_TYPE is null) AND (X_CALENDAR_TYPE is null)))
311: ) then
312: null;
313: else
314: fnd_message.set_name('JTF', 'FORM_RECORD_CHANGED');
315: app_exception.raise_exception;
316: end if;
317:
318: for tlinfo in c1 loop

Line 327: fnd_message.set_name('JTF', 'FORM_RECORD_CHANGED');

323: OR ((tlinfo.DESCRIPTION is null) AND (X_DESCRIPTION is null)))
324: ) then
325: null;
326: else
327: fnd_message.set_name('JTF', 'FORM_RECORD_CHANGED');
328: app_exception.raise_exception;
329: end if;
330: end if;
331: end loop;

Line 374: fnd_message.set_name('JTF', 'JTF_CAL_CALENDAR_NAME');

370: begin
371: fnd_msg_pub.initialize;
372:
373: IF JTF_CALENDARS_PKG.NOT_NULL(X_CALENDAR_NAME) = FALSE THEN
374: fnd_message.set_name('JTF', 'JTF_CAL_CALENDAR_NAME');
375: --fnd_message.set_token('P_NAME', nvl(X_CALENDAR_NAME,'Calendar Name '));
376: fnd_msg_pub.add;
377: v_error := 'Y';
378: END IF;

Line 375: --fnd_message.set_token('P_NAME', nvl(X_CALENDAR_NAME,'Calendar Name '));

371: fnd_msg_pub.initialize;
372:
373: IF JTF_CALENDARS_PKG.NOT_NULL(X_CALENDAR_NAME) = FALSE THEN
374: fnd_message.set_name('JTF', 'JTF_CAL_CALENDAR_NAME');
375: --fnd_message.set_token('P_NAME', nvl(X_CALENDAR_NAME,'Calendar Name '));
376: fnd_msg_pub.add;
377: v_error := 'Y';
378: END IF;
379:

Line 381: fnd_message.set_name('JTF', 'JTF_CAL_CALENDAR_TYPE');

377: v_error := 'Y';
378: END IF;
379:
380: IF JTF_CALENDARS_PKG.NOT_NULL(X_CALENDAR_TYPE) = FALSE THEN
381: fnd_message.set_name('JTF', 'JTF_CAL_CALENDAR_TYPE');
382: --fnd_message.set_token('P_NAME', nvl(X_CALENDAR_TYPE,'Calendar Type '));
383: fnd_msg_pub.add;
384: v_error := 'Y';
385: END IF;

Line 382: --fnd_message.set_token('P_NAME', nvl(X_CALENDAR_TYPE,'Calendar Type '));

378: END IF;
379:
380: IF JTF_CALENDARS_PKG.NOT_NULL(X_CALENDAR_TYPE) = FALSE THEN
381: fnd_message.set_name('JTF', 'JTF_CAL_CALENDAR_TYPE');
382: --fnd_message.set_token('P_NAME', nvl(X_CALENDAR_TYPE,'Calendar Type '));
383: fnd_msg_pub.add;
384: v_error := 'Y';
385: END IF;
386:

Line 403: fnd_message.set_name('JTF', 'JTF_CAL_DUP_NAME');

399: AND calendar_id <> X_CALENDAR_ID;
400:
401:
402: IF temp_count > 0 THEN
403: fnd_message.set_name('JTF', 'JTF_CAL_DUP_NAME');
404: fnd_message.set_token('P_NAME', X_CALENDAR_NAME);
405: fnd_msg_pub.add;
406: v_error := 'Y';
407: END IF;

Line 404: fnd_message.set_token('P_NAME', X_CALENDAR_NAME);

400:
401:
402: IF temp_count > 0 THEN
403: fnd_message.set_name('JTF', 'JTF_CAL_DUP_NAME');
404: fnd_message.set_token('P_NAME', X_CALENDAR_NAME);
405: fnd_msg_pub.add;
406: v_error := 'Y';
407: END IF;
408: END IF;

Line 411: fnd_message.set_name('JTF', 'JTF_CAL_START_DATE');

407: END IF;
408: END IF;
409: IF JTF_CALENDARS_PKG.NOT_NULL(X_START_DATE_ACTIVE) = FALSE THEN
410:
411: fnd_message.set_name('JTF', 'JTF_CAL_START_DATE');
412: fnd_msg_pub.add;
413:
414: v_error := 'Y';
415: END IF;

Line 419: fnd_message.set_name('JTF', 'JTF_CAL_END_DATE');

415: END IF;
416:
417:
418: IF JTF_CALENDARS_PKG.END_GREATER_THAN_BEGIN(X_START_DATE_ACTIVE, X_END_DATE_ACTIVE) = FALSE THEN
419: fnd_message.set_name('JTF', 'JTF_CAL_END_DATE');
420: fnd_message.set_token('P_Start_Date', X_START_DATE_ACTIVE);
421: fnd_message.set_token('P_End_Date', X_END_DATE_ACTIVE);
422: fnd_msg_pub.add;
423: v_error := 'Y';

Line 420: fnd_message.set_token('P_Start_Date', X_START_DATE_ACTIVE);

416:
417:
418: IF JTF_CALENDARS_PKG.END_GREATER_THAN_BEGIN(X_START_DATE_ACTIVE, X_END_DATE_ACTIVE) = FALSE THEN
419: fnd_message.set_name('JTF', 'JTF_CAL_END_DATE');
420: fnd_message.set_token('P_Start_Date', X_START_DATE_ACTIVE);
421: fnd_message.set_token('P_End_Date', X_END_DATE_ACTIVE);
422: fnd_msg_pub.add;
423: v_error := 'Y';
424: END IF;

Line 421: fnd_message.set_token('P_End_Date', X_END_DATE_ACTIVE);

417:
418: IF JTF_CALENDARS_PKG.END_GREATER_THAN_BEGIN(X_START_DATE_ACTIVE, X_END_DATE_ACTIVE) = FALSE THEN
419: fnd_message.set_name('JTF', 'JTF_CAL_END_DATE');
420: fnd_message.set_token('P_Start_Date', X_START_DATE_ACTIVE);
421: fnd_message.set_token('P_End_Date', X_END_DATE_ACTIVE);
422: fnd_msg_pub.add;
423: v_error := 'Y';
424: END IF;
425: