DBA Data[Home] [Help]

APPS.INV_TXN_PURGE_MAIN dependencies on FND_REQUEST

Line 163: fnd_request.submit_request(application => 'INV'

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'
164: , program => 'INVTPGWB'
165: , argument1 => p_orgid
166: , argument2 => v_min_dt -- For bug 4055865.
167: , argument3 => v_max_dt); -- For bug 4055865.

Line 201: fnd_request.submit_request(application => 'INV'

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'
202: , program => 'INVTPGWB'
203: , argument1 => p_orgid
204: , argument2 => v_min_dt -- For bug 4055865.
205: , argument3 => v_max_dt); -- For bug 4055865.