DBA Data[Home] [Help]

APPS.CSTPLMWI dependencies on DUAL

Line 85: from dual;

81:
82: l_stmt_num := 20;
83: select cst_wip_layers_s.nextval
84: into l_wip_layer_id
85: from dual;
86:
87: l_stmt_num := 25;
88: /* EAM Acct Enh Project */
89: CST_Utility_PUB.get_zeroCostIssue_flag (

Line 293: dual;

289: i_prog_appl_id, -- PROGRAM_APPLICATION_ID
290: i_prog_id, -- PROGRAM_ID
291: sysdate -- PROGRAM_UPDATE_DATE
292: from
293: dual;
294:
295: l_stmt_num := 70;
296: insert into cst_wip_layer_cost_details
297: (

Line 329: dual;

325: i_prog_appl_id, -- PROGRAM_APPLICATION_ID
326: i_prog_id, -- PROGRAM_ID
327: sysdate -- PROGRAM_UPDATE_DATE
328: from
329: dual;
330: end if;
331: end if;
332:
333: