DBA Data[Home] [Help]

APPS.CS_SR_DELETE_UTIL dependencies on CS_INCIDENTLINKS_PVT

Line 1146: || 'cs_incidentlinks_pvt.delete_incidentlink'

1142: (
1143: fnd_log.level_statement
1144: , L_LOG_MODULE || 'sr_link_purge_start'
1145: , 'calling the SR Links purge API '
1146: || 'cs_incidentlinks_pvt.delete_incidentlink'
1147: );
1148: END IF ;
1149:
1150: -- This procedure deletes all the SR links related to SRs present in the

Line 1153: CS_INCIDENTLINKS_PVT.Delete_IncidentLink

1149:
1150: -- This procedure deletes all the SR links related to SRs present in the
1151: -- global temp table with purge status NULL
1152:
1153: CS_INCIDENTLINKS_PVT.Delete_IncidentLink
1154: (
1155: p_api_version_number => '1.0'
1156: , p_init_msg_list => FND_API.G_FALSE
1157: , p_commit => FND_API.G_FALSE