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 1218: into lRollupId from dual;*/

1214: END IF;
1215:
1216: -- changed sequence as per bugfix 3239456
1217: /*select bom_lists_s.nextval
1218: into lRollupId from dual;*/
1219:
1220: select cst_lists_s.nextval
1221: into lRollupId from dual;
1222:

Line 1221: into lRollupId from dual;

1217: /*select bom_lists_s.nextval
1218: into lRollupId from dual;*/
1219:
1220: select cst_lists_s.nextval
1221: into lRollupId from dual;
1222:
1223:
1224:
1225: IF PG_DEBUG <> 0 THEN

Line 2120: into lRollupId from dual;*/

2116:
2117:
2118: -- changed sequence as per bugfix 3239456
2119: /*select bom_lists_s.nextval
2120: into lRollupId from dual;*/
2121:
2122: select cst_lists_s.nextval
2123: into lRollupId from dual;
2124:

Line 2123: into lRollupId from dual;

2119: /*select bom_lists_s.nextval
2120: into lRollupId from dual;*/
2121:
2122: select cst_lists_s.nextval
2123: into lRollupId from dual;
2124:
2125:
2126:
2127: IF PG_DEBUG <> 0 THEN