DBA Data[Home] [Help]

APPS.GR_DOCUMENT_STRUCTURES_PKG dependencies on DUAL

Line 242: FROM dual;

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 */
245:
246: Check_Primary_Key