DBA Data[Home] [Help]

APPS.GR_LABEL_PROPERTIES_PKG dependencies on GR_LABEL_PROPERTIES_S

Line 90: (gr_label_properties_s.nextval,

86: last_updated_by,
87: last_update_date,
88: last_update_login)
89: VALUES
90: (gr_label_properties_s.nextval,
91: p_property_id,
92: p_label_code,
93: P_rollup_type,
94: p_property_required,

Line 103: SELECT gr_label_properties_s.currval

99: p_last_update_login);
100:
101: /* Get the assigned sequence number */
102:
103: SELECT gr_label_properties_s.currval
104: INTO l_current_seq
105: FROM dual;
106:
107: /* Now get the row id of the inserted record */