DBA Data[Home] [Help]

APPS.IEU_UWQ_TASK_INFO_PKG dependencies on FND_DATE

Line 184: ' *** ' || fnd_date.date_to_charDT(c2_rec.creation_date) || ' *** ' || '

180: LOOP
181:
182:
183: l_curr_rec :=
184: ' *** ' || fnd_date.date_to_charDT(c2_rec.creation_date) || ' *** ' || '
185: ' || ' *** ' || c2_rec.USER_NAME || ' *** ' || '
186: ' || ' *** ' || c2_rec.note_type_meaning || ' *** ' || '
187: ' || c2_rec.notes;
188: x_notes_data_list.EXTEND;

Line 192: --prauto(FND_DATE.STRING_TO_DATE(c2_rec.creation_date,'DD-MON-RRRR HH24:MI:SS'));Bug 13546867

188: x_notes_data_list.EXTEND;
189: --prauto(l_curr_rec); Bug 13546867
190: x_notes_data_list(x_notes_data_list.LAST) := SYSTEM.APP_INFO_HEADER_OBJ( l_curr_rec);
191: -- prauto(c2_rec.creation_date);Bug 13546867
192: --prauto(FND_DATE.STRING_TO_DATE(c2_rec.creation_date,'DD-MON-RRRR HH24:MI:SS'));Bug 13546867
193: --prauto(x_notes_data_list(x_notes_data_list.LAST));
194: l_ctr := l_ctr + 1;
195: END LOOP;
196: elsif p_action_key in ('ieu_uwq_prof_cust_notes') then

Line 205: ' *** ' || fnd_date.date_to_charDT(c2_rec.creation_date) || ' *** ' || '

201: l_from_date)
202: LOOP
203:
204: l_curr_rec :=
205: ' *** ' || fnd_date.date_to_charDT(c2_rec.creation_date) || ' *** ' || '
206: ' || ' *** ' || c2_rec.USER_NAME || ' *** ' || '
207: ' || ' *** ' || c2_rec.note_type_meaning || ' *** ' || '
208: ' || c2_rec.notes;
209:

Line 228: ' *** ' || fnd_date.date_to_charDT(c2_rec.creation_date) || ' *** ' || '

224: l_note_context_type_id,
225: l_from_date)
226: LOOP
227: l_curr_rec :=
228: ' *** ' || fnd_date.date_to_charDT(c2_rec.creation_date) || ' *** ' || '
229: ' || ' *** ' || c2_rec.USER_NAME || ' *** ' || '
230: ' || ' *** ' || c2_rec.note_type_meaning || ' *** ' || '
231: ' || c2_rec.notes;
232: x_notes_data_list.EXTEND;