DBA Data[Home] [Help]

APPS.WIP_JOBCLOSE_PRIV dependencies on DUAL

Line 55: FROM DUAL ;

51: END IF;
52:
53: SELECT WIP_DJ_CLOSE_TEMP_S.nextval
54: INTO x_group_id
55: FROM DUAL ;
56:
57:
58:
59: /*For bug 8808014(FP 8674750), the following insert statement will not insert

Line 2596: FROM DUAL;

2592: SAVEPOINT wip_close; --Bug#13639508- Added a savepoint so that insertion into wip_dj_close_temp is not rolled back
2593:
2594: SELECT WIP_TRANSACTIONS_S.nextval
2595: INTO l_costing_group_id
2596: FROM DUAL;
2597:
2598: INSERT INTO WIP_COST_TXN_INTERFACE
2599: (LAST_UPDATE_DATE,
2600: LAST_UPDATED_BY,