DBA Data[Home] [Help]

APPS.PAY_PPE_BE2 dependencies on FND_DATE

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

61: l_text:=l_text||fnd_number.number_to_canonical(p_assignment_id);
62: l_text:=l_text||'';
63: dbms_lob.writeAppend(l_event_data,length(l_text),l_text);
64: l_text:='';
65: l_text:=l_text||fnd_date.date_to_canonical(p_effective_date);
66: l_text:=l_text||'
';
67: dbms_lob.writeAppend(l_event_data,length(l_text),l_text);
68: l_text:='';
69: l_text:=l_text||irc_utilities_pkg.removeTags(p_change_type);

Line 97: l_text:=l_text||fnd_date.date_to_canonical(p_calculation_date);

93: l_text:=l_text||irc_utilities_pkg.removeTags(p_surrogate_key);
94: l_text:=l_text||'';
95: dbms_lob.writeAppend(l_event_data,length(l_text),l_text);
96: l_text:='';
97: l_text:=l_text||fnd_date.date_to_canonical(p_calculation_date);
98: l_text:=l_text||'
';
99: dbms_lob.writeAppend(l_event_data,length(l_text),l_text);
100: l_text:='';
101: l_text:=l_text||irc_utilities_pkg.removeTags(p_retroactive_status);