DBA Data[Home] [Help]

APPS.PO_REQAPPROVAL_INIT1 dependencies on FND_ATTACHED_DOCUMENTS

Line 5802: from fnd_attached_documents

5798: */
5799: begin
5800: select count(1)
5801: into l_num_attachments
5802: from fnd_attached_documents
5803: where pk1_value = to_char(ReqHdr_rec.requisition_header_id)
5804: and entity_name = 'REQ_HEADERS';
5805: exception
5806: when others then