DBA Data[Home] [Help]

APPS.IRC_ASG_STATUS_BE2 dependencies on FND_DATE

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

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