DBA Data[Home] [Help]

APPS.CSL_WF_NOTIFICATION_AT_ACC_PKG dependencies on CSL_FND_USER_ACC_PKG

Line 616: /*Call CSL_FND_USER_ACC_PKG to delete the sender fnd_user from the acc table*/

612: ,p_pk1_name => g_pk1_name
613: ,p_pk1_num_value => r_notification_sender.notification_id
614: ,p_resource_id => p_resource_id
615: );
616: /*Call CSL_FND_USER_ACC_PKG to delete the sender fnd_user from the acc table*/
617: CSL_FND_USER_ACC_PKG.Delete_User(r_notification_sender.user_id , p_resource_id);
618:
619: OPEN c_get_attribute_name ( r_notification_sender.notification_id );
620: FETCH c_get_attribute_name INTO r_get_attribute_name;

Line 617: CSL_FND_USER_ACC_PKG.Delete_User(r_notification_sender.user_id , p_resource_id);

613: ,p_pk1_num_value => r_notification_sender.notification_id
614: ,p_resource_id => p_resource_id
615: );
616: /*Call CSL_FND_USER_ACC_PKG to delete the sender fnd_user from the acc table*/
617: CSL_FND_USER_ACC_PKG.Delete_User(r_notification_sender.user_id , p_resource_id);
618:
619: OPEN c_get_attribute_name ( r_notification_sender.notification_id );
620: FETCH c_get_attribute_name INTO r_get_attribute_name;
621: IF c_get_attribute_name%NOTFOUND THEN

Line 671: CSL_FND_USER_ACC_PKG.Delete_User(r_notification_receive.user_id , p_resource_id);

667: , p_pk1_num_value => r_notification_receive.notification_id
668: , p_resource_id => p_resource_id
669: );
670: /*Delete the receiving user*/
671: CSL_FND_USER_ACC_PKG.Delete_User(r_notification_receive.user_id , p_resource_id);
672:
673: OPEN c_get_attribute_name ( r_notification_receive.notification_id );
674: FETCH c_get_attribute_name INTO r_get_attribute_name;
675: IF c_get_attribute_name%NOTFOUND THEN