DBA Data[Home] [Help]

APPS.CSM_SR_EVENT_PKG dependencies on CSM_PARTY_SITE_EVENT_PKG

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

1001: p_user_id => l_owner_id);
1002: ELSE
1003: -- get party site
1004: IF l_sr_rec.incident_location_id IS NOT NULL THEN
1005: csm_party_site_event_pkg.party_sites_acc_i(p_party_site_id => l_sr_rec.incident_location_id,
1006: p_user_id => l_owner_id,
1007: p_flowtype => NULL,
1008: p_error_msg => l_error_msg,
1009: x_return_status => l_return_status);

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

1235: p_user_id => l_owner_id);
1236: ELSE
1237: -- spawn party site del
1238: IF l_sr_rec.incident_location_id IS NOT NULL THEN
1239: csm_party_site_event_pkg.party_sites_acc_d(p_party_site_id => l_sr_rec.incident_location_id,
1240: p_user_id => l_owner_id,
1241: p_flowtype => NULL,
1242: p_error_msg => l_error_msg,
1243: x_return_status => l_return_status);

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

1437: ELSE
1438:
1439: IF p_old_incident_location_id IS NOT NULL THEN
1440: -- spawn party site del process
1441: csm_party_site_event_pkg.party_sites_acc_d(p_party_site_id => p_old_incident_location_id,
1442: p_user_id => r_csm_task_assg_rec.user_id,
1443: p_flowtype => NULL,
1444: p_error_msg => l_error_msg,
1445: x_return_status => l_return_status);

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

1446: END IF;
1447:
1448: IF l_sr_rec.incident_location_id IS NOT NULL THEN
1449: -- spawn party site ins process
1450: csm_party_site_event_pkg.party_sites_acc_i(p_party_site_id => l_sr_rec.incident_location_id,
1451: p_user_id => r_csm_task_assg_rec.user_id,
1452: p_flowtype => NULL,
1453: p_error_msg => l_error_msg,
1454: x_return_status => l_return_status);