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 294: dual;

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

Line 330: dual;

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