DBA Data[Home] [Help]

APPS.FND_DM_REPOSITORY_PKG SQL Statements

The following lines contain the word 'select', 'insert', 'update' or 'delete':

Line: 19

    SELECT
    repos.connect_syntax,
    docs.dm_folder_path||'/'||docs.file_name
    INTO l_host_url,l_document_path
    FROM fnd_documents_vl docs,
    fnd_dm_nodes repos
    where repos.node_id=docs.dm_node
    and docs.document_id=p_document_id;