DBA Data[Home] [Help]

APPS.CSM_AUTO_SYNC_NFN_PKG dependencies on ASG_USER

Line 112: l_user_name asg_user.user_name%TYPE;

108: l_notification_id csm_auto_sync_nfn.notification_id%TYPE ;
109: l_object_id csm_auto_sync_nfn.object_id%TYPE;
110: l_object_name csm_auto_sync_nfn.object_name%TYPE;
111: l_user_id csm_auto_sync_nfn.user_id%TYPE;
112: l_user_name asg_user.user_name%TYPE;
113:
114: l_rowid ROWID;
115:
116: CURSOR c_record_exists

Line 244: l_user_name asg_user.user_name%TYPE;

240: l_notification_id csm_auto_sync_nfn.notification_id%TYPE ;
241: l_object_id csm_auto_sync_nfn.object_id%TYPE;
242: l_object_name csm_auto_sync_nfn.object_name%TYPE;
243: l_user_id csm_auto_sync_nfn.user_id%TYPE;
244: l_user_name asg_user.user_name%TYPE;
245:
246: l_rowid ROWID;
247:
248: BEGIN