DBA Data[Home] [Help]

APPS.CSM_WF_PKG dependencies on CSM_PARTY_SITE_EVENT_PKG

Line 2417: csm_party_site_event_pkg.party_sites_acc_i

2413: END IF;
2414:
2415: FOR r_ship_locations_ins_rec IN l_ship_locations_ins_csr(l_location_id) LOOP
2416: IF csm_util_pkg.is_palm_resource(r_ship_locations_ins_rec.resource_id) THEN
2417: csm_party_site_event_pkg.party_sites_acc_i
2418: (p_party_site_id=>r_ship_locations_ins_rec.party_site_id,
2419: p_user_id=>r_ship_locations_ins_rec.user_id,
2420: p_flowtype=>NULL,
2421: p_error_msg=>l_error_msg,

Line 2491: csm_party_site_event_pkg.party_sites_acc_u

2487: FND_LOG.LEVEL_PROCEDURE );
2488:
2489: FOR r_ship_locations_upd_rec IN l_ship_locations_upd_csr(l_location_id) LOOP
2490: IF csm_util_pkg.is_palm_resource(r_ship_locations_upd_rec.resource_id) THEN
2491: csm_party_site_event_pkg.party_sites_acc_u
2492: (p_party_site_id=>r_ship_locations_upd_rec.party_site_id,
2493: p_user_id=>r_ship_locations_upd_rec.user_id,
2494: p_error_msg=>l_error_msg,
2495: x_return_status=>l_return_status);