DBA Data[Home] [Help]

APPS.GR_DISPATCH_HISTORY_PVT dependencies on FND_DOCUMENTS_VL

Line 151: FROM fnd_documents_vl

147: order by version_label desc;
148:
149: CURSOR c_check_document_fnd IS
150: SELECT document_id
151: FROM fnd_documents_vl
152: WHERE file_name = p_document_name;
153:
154: --Cursor used to see if document is already in the system
155: CURSOR c_get_doc_id IS