DBA Data[Home] [Help]

APPS.IRC_ASG_STATUS_BE2 dependencies on FND_DATE

Line 48: l_text:=l_text||fnd_date.date_to_canonical(p_status_change_date);

44: l_text:=l_text||irc_utilities_pkg.removeTags(p_status_change_reason);
45: l_text:=l_text||'';
46: dbms_lob.writeAppend(l_event_data,length(l_text),l_text);
47: l_text:='';
48: l_text:=l_text||fnd_date.date_to_canonical(p_status_change_date);
49: l_text:=l_text||'
';
50: dbms_lob.writeAppend(l_event_data,length(l_text),l_text);
51: l_text:='';
52: l_text:=l_text||fnd_number.number_to_canonical(p_assignment_status_id);