DBA Data[Home] [Help]

APPS.POR_ITEM_ATTRIBUTES_PKG dependencies on FND_DOCUMENTS_TL

Line 182: fnd_documents_tl fdt

178: select attached_document_id
179: into l_attachment_id
180: -- for bug 14537896
181: from fnd_attached_documents fad,
182: fnd_documents_tl fdt
183: where pk1_value=to_char(l_requisition_line_id)
184: -- and pk2_value='ONE_TIME_LOCATION';
185: and fad.document_id = fdt.document_id
186: and fad.entity_name='REQ_LINES'