DBA Data[Home] [Help]

APPS.GR_ATTACH_DOCUMENTS_PKG dependencies on FND_DOCUMENTS_VL

Line 61: FROM fnd_documents_vl

57:
58: /* Used to get the document information */
59: CURSOR c_doc_info IS
60: SELECT *
61: FROM fnd_documents_vl
62: WHERE document_id = l_document_id;
63: l_doc c_doc_info%ROWTYPE;
64:
65: /* Used to see if this attachment already exists */