DBA Data[Home] [Help]

APPS.INV_TXN_PURGE_MAIN dependencies on FND_DATE

Line 158: v_min_dt := fnd_date.date_to_displaydate(l_min_date);

154: END IF;
155:
156:
157: -- For bug 4055865. Converting the date into Varchar based on the date format on user preference tab.
158: v_min_dt := fnd_date.date_to_displaydate(l_min_date);
159: v_max_dt := fnd_date.date_to_displaydate(p_purge_date);
160:
161:
162: l_purge_req_id :=

Line 159: v_max_dt := fnd_date.date_to_displaydate(p_purge_date);

155:
156:
157: -- For bug 4055865. Converting the date into Varchar based on the date format on user preference tab.
158: v_min_dt := fnd_date.date_to_displaydate(l_min_date);
159: v_max_dt := fnd_date.date_to_displaydate(p_purge_date);
160:
161:
162: l_purge_req_id :=
163: fnd_request.submit_request(application => 'INV'

Line 196: v_min_dt := fnd_date.date_to_displaydate(l_min_date);

192: END IF;
193:
194:
195: -- For bug 4055865. Converting the date into Varchar based on the date format on user preference tab.
196: v_min_dt := fnd_date.date_to_displaydate(l_min_date);
197: v_max_dt := fnd_date.date_to_displaydate(l_max_date);
198:
199:
200: l_purge_req_id :=

Line 197: v_max_dt := fnd_date.date_to_displaydate(l_max_date);

193:
194:
195: -- For bug 4055865. Converting the date into Varchar based on the date format on user preference tab.
196: v_min_dt := fnd_date.date_to_displaydate(l_min_date);
197: v_max_dt := fnd_date.date_to_displaydate(l_max_date);
198:
199:
200: l_purge_req_id :=
201: fnd_request.submit_request(application => 'INV'