DBA Data[Home] [Help]

APPS.CSM_MAIL_RECIPIENTS_PKG dependencies on ASG_BASE

Line 81: ,P_USER_ID => asg_base.get_user_id(p_record.clid$$cs)

77: ( P_PUBLICATION_ITEM_NAMES => g_notification_pubi_name
78: ,P_ACC_TABLE_NAME => g_notification_acc_table_name
79: ,P_PK1_NAME => g_notification_pk1_name
80: ,P_PK1_NUM_VALUE => p_record.notification_id
81: ,P_USER_ID => asg_base.get_user_id(p_record.clid$$cs)
82: );
83: else -- any other update - means this msg is read
84: CSM_UTIL_PKG.LOG ( 'Read flag is being set for notification '|| p_record.notification_id
85: ,'CSM_MAIL_RECIPIENTS_PKG.APPLY_CLIENT_CHANGES',FND_LOG.LEVEL_PROCEDURE);