DBA Data[Home] [Help]

APPS.PO_AME_WF_PVT dependencies on FND_DOCUMENTS

Line 3190: FROM fnd_documents d,

3186: l_log_head VARCHAR2(500) := g_module_prefix||l_api_name;
3187:
3188: CURSOR l_get_po_attachments_csr(l_po_header_id NUMBER) IS
3189: SELECT fl.file_name, dbms_lob.getlength(fl.file_data)
3190: FROM fnd_documents d,
3191: fnd_attached_documents ad,
3192: fnd_doc_category_usages dcu,
3193: fnd_attachment_functions af,
3194: fnd_lobs fl

Line 3354: FROM fnd_documents d,

3350: SELECT 'Y'
3351: INTO l_duplicate_filenames
3352: FROM dual
3353: WHERE EXISTS ( SELECT fl.file_name
3354: FROM fnd_documents d,
3355: fnd_attached_documents ad,
3356: fnd_doc_category_usages dcu,
3357: fnd_attachment_functions af,
3358: fnd_lobs fl