DBA Data[Home] [Help]

APPS.CSM_USER_EVENT_PKG dependencies on CSM_NOTIFICATION_EVENT_PKG

Line 746: csm_notification_event_pkg.notifications_acc_processor(p_user_id=>p_user_id);

742: csm_resource_extns_event_pkg.resource_extns_acc_processor(p_resource_id=>l_resource_id,
743: p_user_id=>p_user_id);
744:
745: -- download notifications for user sender/recipient
746: csm_notification_event_pkg.notifications_acc_processor(p_user_id=>p_user_id);
747:
748: -- download state transitions, moved to concurrent program
749: -- csm_state_transition_event_pkg.Refresh_Acc(p_user_id=>p_user_id);
750: