DBA Data[Home] [Help]

APPS.CSM_TASK_ASSIGNMENT_EVENT_PKG dependencies on CSM_HZ_LOCATIONS_EVENT_PKG

Line 618: CSM_HZ_LOCATIONS_EVENT_PKG.insert_location(p_location_id => l_taskassgdetails_rec.location_id,

614: END IF;
615:
616: IF l_taskassgdetails_rec.incident_location_type = 'HZ_LOCATION' THEN --R12 Assest
617: --insert location for the task
618: CSM_HZ_LOCATIONS_EVENT_PKG.insert_location(p_location_id => l_taskassgdetails_rec.location_id,
619: p_user_id => l_taskassgdetails_rec.user_id);
620: ELSE
621: -- spawn party site ins
622: IF l_taskassgdetails_rec.party_site_id IS NOT NULL THEN

Line 822: CSM_HZ_LOCATIONS_EVENT_PKG.insert_location(p_location_id => l_taskassgdetails_rec.location_id,

818: p_user_id=>p_user_id,
819: p_flowtype=>l_flowtype);
820: IF l_taskassgdetails_rec.incident_location_type = 'HZ_LOCATION' THEN --R12 Assest
821: --insert location for the sr
822: CSM_HZ_LOCATIONS_EVENT_PKG.insert_location(p_location_id => l_taskassgdetails_rec.location_id,
823: p_user_id => p_user_id);
824: ELSE
825: -- spawn party site ins
826: IF l_taskassgdetails_rec.party_site_id IS NOT NULL THEN

Line 1058: CSM_HZ_LOCATIONS_EVENT_PKG.delete_location(p_location_id => l_task_assg_purge_rec.location_id,

1054: END IF;
1055:
1056: IF l_task_assg_purge_rec.incident_location_type = 'HZ_LOCATION' THEN --R12 Assest
1057: --delete location for the sr
1058: CSM_HZ_LOCATIONS_EVENT_PKG.delete_location(p_location_id => l_task_assg_purge_rec.location_id,
1059: p_user_id => l_task_assg_purge_rec.user_id);
1060: ELSE
1061: -- spawn party site del
1062: --Bug 5220635

Line 1534: csm_hz_locations_event_pkg.delete_location(p_location_id => l_TaskAssgHistPurge_rec.location_id,

1530: p_user_id=>p_user_id,
1531: p_flowtype=>l_flowtype);
1532: IF l_TaskAssgHistPurge_rec.incident_location_type = 'HZ_LOCATION' THEN --R12 Assest
1533: --insert location for the sr
1534: csm_hz_locations_event_pkg.delete_location(p_location_id => l_TaskAssgHistPurge_rec.location_id,
1535: p_user_id => p_user_id);
1536: ELSE
1537:
1538: -- spawn party site del