DBA Data[Home] [Help]

APPS.CSM_CLIENT_NFN_LOG_PKG dependencies on ASG_USER

Line 115: l_user_name asg_user.user_name%TYPE;

111:
112: l_notification_id csm_client_nfn_log.notification_id%TYPE ;
113: l_object_id csm_client_nfn_log.object_id%TYPE;
114: l_object_name csm_client_nfn_log.object_name%TYPE;
115: l_user_name asg_user.user_name%TYPE;
116:
117: l_rowid ROWID;
118:
119: CURSOR c_record_exists

Line 241: l_user_name asg_user.user_name%TYPE;

237:
238: l_notification_id csm_client_nfn_log.notification_id%TYPE ;
239: l_object_id csm_client_nfn_log.object_id%TYPE;
240: l_object_name csm_client_nfn_log.object_name%TYPE;
241: l_user_name asg_user.user_name%TYPE;
242:
243: l_rowid ROWID;
244:
245: BEGIN