DBA Data[Home] [Help]

APPS.CSM_WF_PKG dependencies on CSM_PARTY_SITE_EVENT_PKG

Line 2431: csm_party_site_event_pkg.party_sites_acc_i

2427: RETURN;
2428: END IF;
2429:
2430: FOR r_ship_locations_ins_rec IN l_ship_locations_ins_csr(l_location_id) LOOP
2431: csm_party_site_event_pkg.party_sites_acc_i
2432: (p_party_site_id=>r_ship_locations_ins_rec.party_site_id,
2433: p_user_id=>r_ship_locations_ins_rec.user_id,
2434: p_flowtype=>NULL,
2435: p_error_msg=>l_error_msg,

Line 2487: csm_party_site_event_pkg.party_sites_acc_u

2483:
2484: FOR r_ship_locations_upd_rec IN l_ship_locations_upd_csr(l_location_id) LOOP
2485:
2486: /* --Party Sites need not be updated
2487: csm_party_site_event_pkg.party_sites_acc_u
2488: (p_party_site_id=>r_ship_locations_upd_rec.party_site_id,
2489: p_user_id=>r_ship_locations_upd_rec.user_id,
2490: p_error_msg=>l_error_msg,
2491: x_return_status=>l_return_status);*/