DBA Data[Home] [Help]

APPS.CSI_TXN_HISTORY_PURGE_PVT dependencies on FND_REQUEST

Line 122: l_request_id := fnd_request.submit_request (

118: --
119: -- This following program is used to archive the Instance history. It accepts from transactions
120: -- as the input parameters.
121: --
122: l_request_id := fnd_request.submit_request (
123: application => 'CSI',
124: program => 'CSIINSARCH',
125: start_time => Null,
126: sub_request => False,

Line 151: l_request_id := fnd_request.submit_request (

147: --
148: -- This following program is used to archive the Instance history. It accepts from transactions
149: -- as the input parameters.
150: --
151: l_request_id := fnd_request.submit_request (
152: application => 'CSI',
153: program => 'CSIPTYARCH',
154: start_time => Null,
155: sub_request => False,

Line 181: l_request_id := fnd_request.submit_request (

177: --
178: -- This following program is used to archive the Instance history. It accepts from transactions
179: -- as the input parameters.
180: --
181: l_request_id := fnd_request.submit_request (
182: application => 'CSI',
183: program => 'CSIACTARCH',
184: start_time => Null,
185: sub_request => False,

Line 211: l_request_id := fnd_request.submit_request (

207: --
208: -- This following program is used to archive the Instance history. It accepts from transactions
209: -- as the input parameters.
210: --
211: l_request_id := fnd_request.submit_request (
212: application => 'CSI',
213: program => 'CSIOUARCH',
214: start_time => Null,
215: sub_request => False,

Line 241: l_request_id := fnd_request.submit_request (

237: --
238: -- This following program is used to archive the Instance history. It accepts from transactions
239: -- as the input parameters.
240: --
241: l_request_id := fnd_request.submit_request (
242: application => 'CSI',
243: program => 'CSIPRIARCH',
244: start_time => Null,
245: sub_request => False,

Line 271: l_request_id := fnd_request.submit_request (

267: --
268: -- This following program is used to archive the Instance history. It accepts from transactions
269: -- as the input parameters.
270: --
271: l_request_id := fnd_request.submit_request (
272: application => 'CSI',
273: program => 'CSIEXTARCH',
274: start_time => Null,
275: sub_request => False,

Line 301: l_request_id := fnd_request.submit_request (

297: --
298: -- This following program is used to archive the Instance history. It accepts from transactions
299: -- as the input parameters.
300: --
301: l_request_id := fnd_request.submit_request (
302: application => 'CSI',
303: program => 'CSIASTARCH',
304: start_time => Null,
305: sub_request => False,

Line 331: l_request_id := fnd_request.submit_request (

327: --
328: -- This following program is used to archive the Instance history. It accepts from transactions
329: -- as the input parameters.
330: --
331: l_request_id := fnd_request.submit_request (
332: application => 'CSI',
333: program => 'CSIVERARCH',
334: start_time => Null,
335: sub_request => False,

Line 361: l_request_id := fnd_request.submit_request (

357: --
358: -- This following program is used to archive the Instance history. It accepts from transactions
359: -- as the input parameters.
360: --
361: l_request_id := fnd_request.submit_request (
362: application => 'CSI',
363: program => 'CSIRELARCH',
364: start_time => Null,
365: sub_request => False,

Line 391: l_request_id := fnd_request.submit_request (

387: --
388: -- This following program is used to archive the Instance history. It accepts from transactions
389: -- as the input parameters.
390: --
391: l_request_id := fnd_request.submit_request (
392: application => 'CSI',
393: program => 'CSISYSARCH',
394: start_time => Null,
395: sub_request => False,