DBA Data[Home] [Help]

APPS.ENG_ATTACHMENT_IMPLEMENTATION dependencies on DOM_REPOSITORIES

Line 768: from eng_attachment_changes a, dom_repositories b

764: a.new_category_id, a.created_by, a.last_update_login,
765: a.repository_id,
766: decode(b.protocol, 'WEBDAV', -1, a.family_id) family_id,
767: a.dm_type, b.protocol
768: from eng_attachment_changes a, dom_repositories b
769: where change_id = p_change_id
770: and revised_item_sequence_id = p_rev_item_seq_id
771: and a.repository_id = b.id;
772: