DBA Data[Home] [Help]

APPS.CSM_USER_EVENT_PKG dependencies on CSM_STATE_TRANSITION_EVENT_PKG

Line 775: CSM_STATE_TRANSITION_EVENT_PKG.Refresh_Acc_Ins(p_user_id,p_responsibility_id);

771: -- download notifications for user sender/recipient
772: csm_notification_event_pkg.notifications_acc_processor(p_user_id=>p_user_id);
773:
774: --download task status transtions
775: CSM_STATE_TRANSITION_EVENT_PKG.Refresh_Acc_Ins(p_user_id,p_responsibility_id);
776:
777: if L_HTML5_ENABLED ='N' then
778:
779: -- download resources belonging to member's group

Line 797: -- csm_state_transition_event_pkg.Refresh_Acc(p_user_id=>p_user_id);

793: --spawn CSM_FND_LOBS_ACC
794: CSM_LOBS_EVENT_PKG.Insert_all_acc_records(p_user_id=>p_user_id);
795:
796: -- download state transitions, moved to concurrent program
797: -- csm_state_transition_event_pkg.Refresh_Acc(p_user_id=>p_user_id);
798:
799: --Bug 5048151 - spawn Parts Transfer
800: spawn_mat_txn (p_user_id=>p_user_id);
801: