DBA Data[Home] [Help]

APPS.GMA_STANDARD dependencies on FND_ATTACHED_DOCUMENTS_S

Line 188: SELECT fnd_attached_documents_s.nextval

184: LocalEventRecord c_get_event%ROWTYPE;
185:
186: /* Used to get the next attached_document_id for a new attachment SKARIMIS*/
187: CURSOR c_get_id IS
188: SELECT fnd_attached_documents_s.nextval
189: FROM dual;
190:
191: /* Used to check if the attribute is required in the flexfield */
192: CURSOR c_get_flex1 IS