DBA Data[Home] [Help]

APPS.CSTPPCLM dependencies on DUAL

Line 233: FROM dual;

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;
236: SELECT bom.cst_pac_quantity_layers_s.nextval
237: INTO l_quantity_layer_id

Line 238: FROM dual;

234:
235: l_stmt_num := 30;
236: SELECT bom.cst_pac_quantity_layers_s.nextval
237: INTO l_quantity_layer_id
238: FROM dual;
239:
240: l_stmt_num := 40;
241: INSERT INTO cst_pac_item_costs (
242: cost_layer_id,

Line 455: from dual

451: i_request_id,
452: i_prog_appl_id,
453: i_prog_id,
454: sysdate
455: from dual
456: -- Insert balance records in CPPB only for asset items. Check asset flag for
457: -- the item in the item master organization
458: where exists (select 1
459: from mtl_system_items msi, cst_cost_groups ccg