493:
494: /* Used to get the next attached_document_id for a new attachment SKARIMIS*/
495: CURSOR c_get_id IS
496: SELECT fnd_attached_documents_s.nextval 497: FROM dual; 498:
499: /* Numeric Variables */
500: L_ROW_ID VARCHAR2(240);
501: L_CATEGORY_ID NUMBER;