DBA Data[Home] [Help]

APPS.GR_DOCUMENT_STRUCTURES_PKG dependencies on GR_DOCUMENT_STRUCTURES_S

Line 193: (gr_document_structures_s.nextval,

189: last_updated_by,
190: last_update_date,
191: last_update_login)
192: VALUES
193: (gr_document_structures_s.nextval,
194: p_document_headings_seqno,
195: p_label_code,
196: p_phrase_group_code,
197: p_phrase_code,

Line 240: SELECT gr_document_structures_s.currval

236: p_last_update_login);
237:
238: /* Get the assigned sequence number */
239:
240: SELECT gr_document_structures_s.currval
241: INTO l_current_seq
242: FROM dual;
243:
244: /* Now get the row id of the inserted record */