DBA Data[Home] [Help]

APPS.HR_CCMGR_SS dependencies on WF_NOTIFICATION

Line 114: WF_NOTIFICATION.WriteToClob(document, I.organization_name||'
');

110: document_type := 'text/html';
111: hr_utility.set_location(l_proc,10);
112: For I in c_noaccess_list(document_id) Loop
113: If I.hasUpdateAccess = 'N' Then
114: WF_NOTIFICATION.WriteToClob(document, I.organization_name||'
');
115: End If;
116: End Loop;
117: hr_utility.set_location(' Leaving:' || l_proc,15);
118: End get_noaccess_list;