DBA Data[Home] [Help]

APPS.EDR_ATTACHMENTS_GRP dependencies on EDR_FILES_VL

Line 932: from edr_files_vl

928: l_file_status VARCHAR2(1);
929: BEGIN
930: --Bug 4374548: Start
931: select status into l_file_status
932: from edr_files_vl
933: where file_id = p_file_id;
934: --Bug 4374548: End
935:
936: --Bug 4374548: Added this if statement that encloses all processing