DBA Data[Home] [Help]

APPS.OTA_DELEGATE_BOOKING_BE1 dependencies on FND_DATE

Line 125: l_text:=l_text||fnd_date.date_to_canonical(p_effective_date);

121: l_text:='';
122: dbms_lob.writeAppend(l_event_data,length(l_text),l_text);
123: --
124: l_text:='';
125: l_text:=l_text||fnd_date.date_to_canonical(p_effective_date);
126: l_text:=l_text||'
';
127: dbms_lob.writeAppend(l_event_data,length(l_text),l_text);
128: l_text:='';
129: l_text:=l_text||fnd_number.number_to_canonical(p_booking_status_type_id);

Line 157: l_text:=l_text||fnd_date.date_to_canonical(p_date_booking_placed);

153: l_text:=l_text||fnd_number.number_to_canonical(p_authorizer_person_id);
154: l_text:=l_text||'';
155: dbms_lob.writeAppend(l_event_data,length(l_text),l_text);
156: l_text:='';
157: l_text:=l_text||fnd_date.date_to_canonical(p_date_booking_placed);
158: l_text:=l_text||'
';
159: dbms_lob.writeAppend(l_event_data,length(l_text),l_text);
160: l_text:='';
161: l_text:=l_text||irc_utilities_pkg.removeTags(p_corespondent);

Line 217: l_text:=l_text||fnd_date.date_to_canonical(p_date_status_changed);

213: l_text:=l_text||irc_utilities_pkg.removeTags(p_third_party_contact_fax);
214: l_text:=l_text||'';
215: dbms_lob.writeAppend(l_event_data,length(l_text),l_text);
216: l_text:='';
217: l_text:=l_text||fnd_date.date_to_canonical(p_date_status_changed);
218: l_text:=l_text||'
';
219: dbms_lob.writeAppend(l_event_data,length(l_text),l_text);
220: l_text:='';
221: l_text:=l_text||irc_utilities_pkg.removeTags(p_failure_reason);