DBA Data[Home] [Help]

APPS.JTF_CALENDARS_PKG dependencies on FND_DATE

Line 90: fnd_message.set_token('P_Start_Date', fnd_date.date_to_chardate(dateval=>X_START_DATE_ACTIVE,calendar_aware=>fnd_date.calendar_aware));

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', fnd_date.date_to_chardate(dateval=>X_START_DATE_ACTIVE,calendar_aware=>fnd_date.calendar_aware));
91: fnd_message.set_token('P_End_Date', fnd_date.date_to_chardate(dateval=>X_END_DATE_ACTIVE,calendar_aware=>fnd_date.calendar_aware));
92: fnd_msg_pub.add;
93: v_error := 'Y';
94: END IF;

Line 91: fnd_message.set_token('P_End_Date', fnd_date.date_to_chardate(dateval=>X_END_DATE_ACTIVE,calendar_aware=>fnd_date.calendar_aware));

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', fnd_date.date_to_chardate(dateval=>X_START_DATE_ACTIVE,calendar_aware=>fnd_date.calendar_aware));
91: fnd_message.set_token('P_End_Date', fnd_date.date_to_chardate(dateval=>X_END_DATE_ACTIVE,calendar_aware=>fnd_date.calendar_aware));
92: fnd_msg_pub.add;
93: v_error := 'Y';
94: END IF;
95:

Line 420: fnd_message.set_token('P_Start_Date', fnd_date.date_to_chardate(dateval=>X_START_DATE_ACTIVE,calendar_aware=>fnd_date.calendar_aware));

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', fnd_date.date_to_chardate(dateval=>X_START_DATE_ACTIVE,calendar_aware=>fnd_date.calendar_aware));
421: fnd_message.set_token('P_End_Date', fnd_date.date_to_chardate(dateval=>X_END_DATE_ACTIVE,calendar_aware=>fnd_date.calendar_aware));
422: fnd_msg_pub.add;
423: v_error := 'Y';
424: END IF;

Line 421: fnd_message.set_token('P_End_Date', fnd_date.date_to_chardate(dateval=>X_END_DATE_ACTIVE,calendar_aware=>fnd_date.calendar_aware));

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', fnd_date.date_to_chardate(dateval=>X_START_DATE_ACTIVE,calendar_aware=>fnd_date.calendar_aware));
421: fnd_message.set_token('P_End_Date', fnd_date.date_to_chardate(dateval=>X_END_DATE_ACTIVE,calendar_aware=>fnd_date.calendar_aware));
422: fnd_msg_pub.add;
423: v_error := 'Y';
424: END IF;
425: