DBA Data[Home] [Help]

APPS.CSTPACLM dependencies on CST_QUANTITY_LAYERS_S

Line 120: select cst_quantity_layers_s.nextval

116: /*
117: ** if the layer_id is 0, then the layer doesn't exist, so we
118: ** should create it
119: */
120: select cst_quantity_layers_s.nextval
121: into l_layer_id
122: from dual;
123:
124: BEGIN