DBA Data[Home] [Help]

APPS.CSM_SR_EVENT_PKG dependencies on CSM_PARTY_SITE_EVENT_PKG

Line 986: csm_party_site_event_pkg.party_sites_acc_i(p_party_site_id => l_sr_rec.incident_location_id,

982: p_user_id => l_owner_id);
983: ELSE
984: -- get party site
985: IF l_sr_rec.incident_location_id IS NOT NULL THEN
986: csm_party_site_event_pkg.party_sites_acc_i(p_party_site_id => l_sr_rec.incident_location_id,
987: p_user_id => l_owner_id,
988: p_flowtype => NULL,
989: p_error_msg => l_error_msg,
990: x_return_status => l_return_status);

Line 1217: csm_party_site_event_pkg.party_sites_acc_d(p_party_site_id => l_sr_rec.incident_location_id,

1213: p_user_id => l_owner_id);
1214: ELSE
1215: -- spawn party site del
1216: IF l_sr_rec.incident_location_id IS NOT NULL THEN
1217: csm_party_site_event_pkg.party_sites_acc_d(p_party_site_id => l_sr_rec.incident_location_id,
1218: p_user_id => l_owner_id,
1219: p_flowtype => NULL,
1220: p_error_msg => l_error_msg,
1221: x_return_status => l_return_status);

Line 1419: csm_party_site_event_pkg.party_sites_acc_d(p_party_site_id => p_old_incident_location_id,

1415: ELSE
1416:
1417: IF p_old_incident_location_id IS NOT NULL THEN
1418: -- spawn party site del process
1419: csm_party_site_event_pkg.party_sites_acc_d(p_party_site_id => p_old_incident_location_id,
1420: p_user_id => r_csm_task_assg_rec.user_id,
1421: p_flowtype => NULL,
1422: p_error_msg => l_error_msg,
1423: x_return_status => l_return_status);

Line 1428: csm_party_site_event_pkg.party_sites_acc_i(p_party_site_id => l_sr_rec.incident_location_id,

1424: END IF;
1425:
1426: IF l_sr_rec.incident_location_id IS NOT NULL THEN
1427: -- spawn party site ins process
1428: csm_party_site_event_pkg.party_sites_acc_i(p_party_site_id => l_sr_rec.incident_location_id,
1429: p_user_id => r_csm_task_assg_rec.user_id,
1430: p_flowtype => NULL,
1431: p_error_msg => l_error_msg,
1432: x_return_status => l_return_status);