DBA Data[Home] [Help]

APPS.ENG_RELATED_ENTITY_PKG dependencies on DOM_DOCUMENTS

Line 352: from eng_relationship_changes a, dom_documents b

348: l_revised_item_seq_id NUMBER) is
349: select change_id, entity_id, b.category_id,
350: from_pk1_value pk1_value, from_pk2_value pk2_value,
351: from_pk3_value pk3_value
352: from eng_relationship_changes a, dom_documents b
353: where a.change_id = l_change_id
354: and a.to_pk1_value = b.document_id
355: and to_pk2_value = -1 -- for floating revision documents
356: and action in ('ADD','CHANGE_REVISION')