DBA Data[Home] [Help]

APPS.HR_ATTACHMENTS_LOADER dependencies on FND_DOC_CATEGORIES_ACTIVE_VL

Line 98: from fnd_doc_categories_active_vl

94: where attachment_function_id=p_attachment_function_id;
95: --
96: cursor categories is
97: select category_id
98: from fnd_doc_categories_active_vl
99: where name=p_category_name;
100: --
101: cursor category_exists(p_category_id NUMBER) is
102: select doc_category_usage_id