DBA Data[Home] [Help]

APPS.CS_SR_DELETE_UTIL dependencies on CAC_TASK_PURGE_PUB

Line 403: , 'calling the Tasks validation API cac_task_purge_pub.validate_tasks'

399: fnd_log.string
400: (
401: fnd_log.level_statement
402: , L_LOG_MODULE || 'task_valid_start'
403: , 'calling the Tasks validation API cac_task_purge_pub.validate_tasks'
404: );
405: END IF ;
406:
407: -- The following procedure call checks if the non-field service Tasks linked

Line 411: CAC_TASK_PURGE_PUB.Validate_Tasks

407: -- The following procedure call checks if the non-field service Tasks linked
408: -- to an SR are deletable. The result of this validation is reflected in the
409: -- purge_status column of the global temp table.
410:
411: CAC_TASK_PURGE_PUB.Validate_Tasks
412: (
413: p_api_version => '1.0'
414: , p_init_msg_list => FND_API.G_FALSE
415: , p_commit => FND_API.G_FALSE

Line 1281: , 'calling the Tasks purge API cac_task_purge_pub.purge_task'

1277: fnd_log.string
1278: (
1279: fnd_log.level_statement
1280: , L_LOG_MODULE || 'task_purge_start'
1281: , 'calling the Tasks purge API cac_task_purge_pub.purge_task'
1282: );
1283: END IF ;
1284:
1285: -- This procedure deletes all the non-field service tasks related

Line 1288: CAC_TASK_PURGE_PUB.Purge_Tasks

1284:
1285: -- This procedure deletes all the non-field service tasks related
1286: -- to SRs present in the global temp table with purge status NULL
1287:
1288: CAC_TASK_PURGE_PUB.Purge_Tasks
1289: (
1290: p_api_version => '1.0'
1291: , p_init_msg_list => FND_API.G_FALSE
1292: , p_commit => FND_API.G_FALSE