DBA Data[Home] [Help]

APPS.CS_SR_DELETE_UTIL dependencies on CAC_NOTE_PURGE_PUB

Line 1237: , 'calling the Notes purge API cac_note_purge_pub.purge_notes'

1233: fnd_log.string
1234: (
1235: fnd_log.level_statement
1236: , L_LOG_MODULE || 'notes_purge_start'
1237: , 'calling the Notes purge API cac_note_purge_pub.purge_notes'
1238: );
1239: END IF ;
1240:
1241: -- This procedure deletes all the notes related to SRs present in the

Line 1244: CAC_NOTE_PURGE_PUB.Purge_Notes

1240:
1241: -- This procedure deletes all the notes related to SRs present in the
1242: -- global temp table with purge status NULL
1243:
1244: CAC_NOTE_PURGE_PUB.Purge_Notes
1245: (
1246: p_api_version => '1.0'
1247: , p_init_msg_list => FND_API.G_FALSE
1248: , p_commit => FND_API.G_FALSE