DBA Data[Home] [Help]

APPS.WF_LDAP dependencies on WF_ATTRIBUTE_CACHE

Line 647: from wf_attribute_cache

643:
644: cursor attribute_data is
645: select attribute_name aname,
646: attribute_value avalue
647: from wf_attribute_cache
648: where entity_key_value = p_entity_key_value
649: and entity_type = p_entity_type
650: and attribute_name <> 'CACHE_CHANGED';
651: