DBA Data[Home] [Help]

APPS.EDR_ATTACHMENTS_GRP dependencies on EDR_FILES_B

Line 959: UPDATE EDR_FILES_B

955: (p_file_id => p_file_id,
956: x_return_status => l_return_status);
957: -- Bug 4090471 : End
958:
959: UPDATE EDR_FILES_B
960: SET STATUS = l_status
961: where file_id = p_file_id;
962:
963: --publish the document existing in fnd tables if the file has been

Line 968: from edr_files_b

964: --approved or rejected
965: if (l_publish = TRUE) then
966: select fnd_document_id
967: into l_document_id
968: from edr_files_b
969: where file_id = p_file_id;
970:
971: --this would allow the file to be attached to other business objects
972: --through the Document Catalog button in the attachment Forms UI