DBA Data[Home] [Help]

APPS.EDR_FILES_PUB dependencies on FND_ATTACHED_DOCUMENTS_S

Line 134: SELECT fnd_attached_documents_s.nextval

130: LocalEventRecord c_get_event%ROWTYPE;
131:
132: -- Used to get the next attached_document_id for a new attachment
133: CURSOR c_get_id IS
134: SELECT fnd_attached_documents_s.nextval
135: FROM dual;
136:
137: -- Used to check if the attribute is required in the flexfield
138: CURSOR c_get_flex1 IS