DBA Data[Home] [Help]

APPS.CSM_TASK_ASSIGNMENT_EVENT_PKG dependencies on CSM_HZ_LOCATIONS_EVENT_PKG

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

633: END IF;
634:
635: IF l_taskassgdetails_rec.incident_location_type = 'HZ_LOCATION' THEN --R12 Assest
636: --insert location for the task
637: CSM_HZ_LOCATIONS_EVENT_PKG.insert_location(p_location_id => l_taskassgdetails_rec.location_id,
638: p_user_id => l_taskassgdetails_rec.user_id);
639: ELSE
640: -- spawn party site ins
641: IF l_taskassgdetails_rec.party_site_id IS NOT NULL THEN

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

860: p_user_id=>p_user_id,
861: p_flowtype=>l_flowtype);
862: IF l_taskassgdetails_rec.incident_location_type = 'HZ_LOCATION' THEN --R12 Assest
863: --insert location for the sr
864: CSM_HZ_LOCATIONS_EVENT_PKG.insert_location(p_location_id => l_taskassgdetails_rec.location_id,
865: p_user_id => p_user_id);
866: ELSE
867: -- spawn party site ins
868: IF l_taskassgdetails_rec.party_site_id IS NOT NULL THEN

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

1122: END IF;
1123:
1124: IF l_task_assg_purge_rec.incident_location_type = 'HZ_LOCATION' THEN --R12 Assest
1125: --delete location for the sr
1126: CSM_HZ_LOCATIONS_EVENT_PKG.delete_location(p_location_id => l_task_assg_purge_rec.location_id,
1127: p_user_id => l_task_assg_purge_rec.user_id);
1128: ELSE
1129: -- spawn party site del
1130: --Bug 5220635

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

1602: p_user_id=>p_user_id,
1603: p_flowtype=>l_flowtype);
1604: IF l_TaskAssgHistPurge_rec.incident_location_type = 'HZ_LOCATION' THEN --R12 Assest
1605: --insert location for the sr
1606: csm_hz_locations_event_pkg.delete_location(p_location_id => l_TaskAssgHistPurge_rec.location_id,
1607: p_user_id => p_user_id);
1608: ELSE
1609:
1610: -- spawn party site del