DBA Data[Home] [Help]

APPS.GR_DOCUMENT_HEADINGS_PKG dependencies on DUAL

Line 109: FROM dual;

105: /* Get the assigned sequence number */
106:
107: SELECT gr_document_headings_s.currval
108: INTO l_current_seq
109: FROM dual;
110:
111: /* Now get the row id of the inserted record */
112:
113: Check_Primary_Key