DBA Data[Home] [Help]

APPS.CS_SR_PURGE_CP dependencies on CS_SR_PURGE_CP

Line 1: PACKAGE BODY CS_SR_PURGE_CP AS

1: PACKAGE BODY CS_SR_PURGE_CP AS
2: /* $Header: csvsrpgb.pls 120.9.12020000.2 2013/01/17 01:53:16 siahmed ship $ */
3: --------------------------------------------------------------------------------
4: -- Package level definitions
5: --------------------------------------------------------------------------------

Line 6: g_pkg_name CONSTANT VARCHAR2(30) := 'CS_SR_PURGE_CP';

2: /* $Header: csvsrpgb.pls 120.9.12020000.2 2013/01/17 01:53:16 siahmed ship $ */
3: --------------------------------------------------------------------------------
4: -- Package level definitions
5: --------------------------------------------------------------------------------
6: g_pkg_name CONSTANT VARCHAR2(30) := 'CS_SR_PURGE_CP';
7:
8: PROCEDURE Validate_Purge_Params
9: (
10: p_incident_id IN NUMBER

Line 1480: -- This procedure is invoked by the procedure cs_sr_purge_cp.

1476: -- inserted into the table CS_INCIDENTS_PURGE_AUDIT_B and
1477: -- TL. If this is Y, audit rows are inserted into these
1478: -- tables.
1479: -- Description
1480: -- This procedure is invoked by the procedure cs_sr_purge_cp.
1481: -- purge_servicerequests as child concurrent requests using an API
1482: -- fnd_request.submit_request. It reads the staging table filled by
1483: -- purge_servicerequests with the purge_set_id and worker_id
1484: -- in batches of size purge_batch_size through a cursor and bulk

Line 1500: * This procedure is invoked by the procedure cs_sr_purge_cp.

1496: -- 2-Aug_2005 | varnaray | Created
1497: -- | |
1498: ----------------+------------+--------------------------------------------------
1499: /*#
1500: * This procedure is invoked by the procedure cs_sr_purge_cp.
1501: * purge_servicerequests as child concurrent requests using an API
1502: * fnd_request.submit_request. It reads the staging table filled by
1503: * purge_servicerequests with the purge_set_id and worker_id
1504: * in batches of size purge_batch_size through a cursor and bulk inserts

Line 7780: END CS_SR_PURGE_CP;

7776: END IF ;
7777: END Write_Purge_Output;
7778: --------------------------------------------------------------------------------
7779:
7780: END CS_SR_PURGE_CP;