DBA Data[Home] [Help]

APPS.GMA_EDITEXT_ATTACH_MIG dependencies on FND_DOCUMENT_ENTITIES

Line 232: from fnd_document_entities

228: in(SELECT attachment_Blk_id
229: from fnd_attachment_blk_entities
230: WHERE data_object_code
231: in(SELECT data_object_code
232: from fnd_document_entities
233: WHERE UPPER(table_name) in(p_table_name)
234: )
235: )
236: )