DBA Data[Home] [Help]

APPS.PO_PROTESTS_UTIL dependencies on PO_HEADERS_ALL

Line 213: l_document_id po_headers_all.po_header_id%TYPE;

209: document IN OUT nocopy BLOB,
210: document_type IN OUT nocopy VARCHAR2)
211: IS
212: l_filename fnd_lobs.file_name%TYPE;
213: l_document_id po_headers_all.po_header_id%TYPE;
214: l_document fnd_lobs.file_data%TYPE;
215: l_document_length NUMBER;
216: l_progress VARCHAR2(300);
217: l_filecontent_type fnd_lobs.file_content_type%TYPE;