DBA Data[Home] [Help]

APPS.CS_SERVICEREQUEST_PVT dependencies on CS_SR_DELETE_UTIL

Line 19559: -- cs_sr_delete_util.delete_servicerequest

19555: -- Description
19556: -- This API physically removes the SRs and all its child objects after
19557: -- performing validations wherever required. This is a wrapper which
19558: -- delegates the work to another helper API named
19559: -- cs_sr_delete_util.delete_servicerequest
19560: --
19561: -- HISTORY
19562: --
19563: ----------------+------------+--------------------------------------------------

Line 19573: * cs_sr_delete_util.delete_servicerequest

19569: /*#
19570: * This API physically removes the SRs and all its child objects after
19571: * performing validations wherever required. This is a wrapper which delegates
19572: * the work to another helper API named
19573: * cs_sr_delete_util.delete_servicerequest
19574: * @param p_purge_set_id Id that helps identify a set of SRs that were purged
19575: * in a single batch
19576: * @param p_processing_set_id Id that helps the API in identifying the set of
19577: * SRs for which the child

Line 19784: || 'cs_sr_delete_util.delete_sr_validations'

19780: (
19781: FND_LOG.level_statement
19782: , L_LOG_MODULE || 'purge_valid_start'
19783: , 'calling the SR delete validation API '
19784: || 'cs_sr_delete_util.delete_sr_validations'
19785: );
19786: END IF;
19787:
19788: -- The following procedure call performs validations on child objects

Line 19793: CS_SR_DELETE_UTIL.Delete_Sr_Validations

19789: -- and marks the purge_status in the global temp table. This status
19790: -- is used by the delete_servicerequest call to identify the SRs that
19791: -- can be actually purged.
19792:
19793: CS_SR_DELETE_UTIL.Delete_Sr_Validations
19794: (
19795: p_api_version_number => '1.0'
19796: , p_init_msg_list => FND_API.G_FALSE
19797: , p_commit => FND_API.G_FALSE

Line 19827: || 'cs_sr_delete_util.delete_servicerequest'

19823: (
19824: FND_LOG.level_statement
19825: , L_LOG_MODULE || 'purge_start'
19826: , 'calling the SR delete helper API '
19827: || 'cs_sr_delete_util.delete_servicerequest'
19828: );
19829: END IF;
19830:
19831: -- This call refers to the SRs in the global temp table with purge_status

Line 19835: CS_SR_DELETE_UTIL.Delete_ServiceRequest

19831: -- This call refers to the SRs in the global temp table with purge_status
19832: -- null and calls other child object delete APIs to delete the child objects
19833: -- of SRs and also deletes the SRs from the base and TL tables.
19834:
19835: CS_SR_DELETE_UTIL.Delete_ServiceRequest
19836: (
19837: p_api_version_number => '1.0'
19838: , p_init_msg_list => FND_API.G_FALSE
19839: , p_commit => FND_API.G_FALSE