DBA Data[Home] [Help]

APPS.GR_DOCUMENT_HEADINGS_PKG dependencies on GR_DOCUMENT_HEADINGS_S

Line 93: (gr_document_headings_s.nextval,

89: last_updated_by,
90: last_update_date,
91: last_update_login)
92: VALUES
93: (gr_document_headings_s.nextval,
94: p_document_code,
95: p_main_heading_code,
96: p_main_display_order,
97: p_sub_heading_code,

Line 107: SELECT gr_document_headings_s.currval

103: p_last_update_login);
104:
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 */