DBA Data[Home] [Help]

APPS.CS_SR_DELETE_UTIL dependencies on CSF_MAINTAIN_GRP

Line 311: || 'csf_maintain_grp.validate_fieldserviceobjects'

307: (
308: fnd_log.level_statement
309: , L_LOG_MODULE || 'field_service_valid_start'
310: , 'calling the Field Service validation API '
311: || 'csf_maintain_grp.validate_fieldserviceobjects'
312: );
313: END IF ;
314:
315: -- The following procedure call checks if the field service tasks linked to

Line 319: CSF_MAINTAIN_GRP.Validate_FieldServiceObjects

315: -- The following procedure call checks if the field service tasks linked to
316: -- an SR are deletable. The result of this validation is reflected in the
317: -- purge_status column of the global temp table.
318:
319: CSF_MAINTAIN_GRP.Validate_FieldServiceObjects
320: (
321: p_api_version => '1.0'
322: , p_init_msg_list => FND_API.G_FALSE
323: , p_commit => FND_API.G_FALSE

Line 809: || 'csf_maintain_grp.purge_fieldserviceobjects'

805: (
806: fnd_log.level_statement
807: , L_LOG_MODULE || 'field_service_purge_start'
808: , 'calling the Field Service purge API '
809: || 'csf_maintain_grp.purge_fieldserviceobjects'
810: );
811: END IF ;
812:
813: -- This procedure deletes all the field service tasks that are related to

Line 816: CSF_MAINTAIN_GRP.Purge_FieldServiceObjects

812:
813: -- This procedure deletes all the field service tasks that are related to
814: -- SRs that are available in the global temp table with purge status NULL.
815:
816: CSF_MAINTAIN_GRP.Purge_FieldServiceObjects
817: (
818: p_api_version => '1.0'
819: , p_init_msg_list => FND_API.G_FALSE
820: , p_commit => FND_API.G_FALSE