DBA Data[Home] [Help]

APPS.CTO_CONFIG_COST_PK dependencies on DUAL

Line 611: From DUAL;

607:
608: --Bugfix 6363308
609: Select cst_lists_s.nextval
610: INTO l_cost_update
611: From DUAL;
612: --Bugfix 6363308
613:
614: lStmtNumber := 230;
615:

Line 1250: into lRollupId from dual;*/

1246: END IF;
1247:
1248: -- changed sequence as per bugfix 3239456
1249: /*select bom_lists_s.nextval
1250: into lRollupId from dual;*/
1251:
1252: select cst_lists_s.nextval
1253: into lRollupId from dual;
1254:

Line 1253: into lRollupId from dual;

1249: /*select bom_lists_s.nextval
1250: into lRollupId from dual;*/
1251:
1252: select cst_lists_s.nextval
1253: into lRollupId from dual;
1254:
1255:
1256:
1257: IF PG_DEBUG <> 0 THEN

Line 2245: into lRollupId from dual;*/

2241:
2242:
2243: -- changed sequence as per bugfix 3239456
2244: /*select bom_lists_s.nextval
2245: into lRollupId from dual;*/
2246:
2247: select cst_lists_s.nextval
2248: into lRollupId from dual;
2249:

Line 2248: into lRollupId from dual;

2244: /*select bom_lists_s.nextval
2245: into lRollupId from dual;*/
2246:
2247: select cst_lists_s.nextval
2248: into lRollupId from dual;
2249:
2250:
2251:
2252: IF PG_DEBUG <> 0 THEN