DBA Data[Home] [Help]

APPS.CSL_WF_NOTIFICATIONS_ACC_PKG dependencies on CSL_FND_USER_ACC_PKG

Line 163: CSL_FND_USER_ACC_PKG.Insert_User (r_get_recipient.user_id, r_get_recipient.resource_id);

159: , p_pk1_num_value => p_notification_id
160: , p_resource_id => r_get_recipient.resource_id
161: );
162: /*** Call FND_USER Hook to make sure the recipient gets replicated as well. ***/
163: CSL_FND_USER_ACC_PKG.Insert_User (r_get_recipient.user_id, r_get_recipient.resource_id);
164: END IF;
165: END IF;
166: CLOSE c_get_recipient;
167: /*Check if sender also needs this record*/

Line 181: CSL_FND_USER_ACC_PKG.Insert_User (r_get_recipient.user_id, r_get_sender.resource_id);

177: , p_resource_id => r_get_sender.resource_id
178: );
179: /*Record should ge to the sender, user is user of notification record*/
180: /*** Call FND_USER Hook to make sure the recipient gets replicated as well. ***/
181: CSL_FND_USER_ACC_PKG.Insert_User (r_get_recipient.user_id, r_get_sender.resource_id);
182: END IF;
183: END IF;
184: CLOSE c_get_sender;
185: END IF;