DBA Data[Home] [Help]

APPS.CSM_AUTO_SYNC_LOG_PKG dependencies on ASG_USER

Line 116: l_user_name asg_user.user_name%TYPE;

112: l_as_finish_date csm_auto_sync_log.as_finish_date%TYPE ;
113: l_as_result csm_auto_sync_log.as_result%TYPE;
114: l_email_sent csm_auto_sync_log.email_sent%TYPE;
115:
116: l_user_name asg_user.user_name%TYPE;
117:
118: l_rowid ROWID;
119:
120: CURSOR c_record_exists

Line 247: l_user_name asg_user.user_name%TYPE;

243: l_item_rec c_auto_sync_log%ROWTYPE;
244:
245: l_notification_id csm_auto_sync_log.notification_id%TYPE ;
246: l_id csm_auto_sync_log.id%TYPE ;
247: l_user_name asg_user.user_name%TYPE;
248:
249:
250: l_rowid ROWID;
251: