DBA Data[Home] [Help]

APPS.CSTPPCLM dependencies on CST_PAC_ITEM_COSTS_S

Line 231: SELECT cst_pac_item_costs_s.nextval

227: /*
228: ** if the cost_layer_id is 0, then the layer doesn't exist, so we
229: ** should create it in cst_pac_item_costs and cst_pac_quantity_layers
230: */
231: SELECT cst_pac_item_costs_s.nextval
232: INTO l_cost_layer_id
233: FROM dual;
234:
235: l_stmt_num := 30;