DBA Data[Home] [Help]

APPS.EAM_DEBUG dependencies on DUAL

Line 220: From dual;

216: Select decode(x_Process,'PLSQL','PLSQL','SQL','SQL','REPORT',
217: 'REPORT','FORM','FORM','PLSQL'),
218: decode(x_Write_File,'LOG','LOG','OUT','OUT','LOG')
219: Into G_Process, G_WriteFile
220: From dual;
221:
222: IF (x_Debug_Mode = 'Y') then
223: Enable_Debug;
224: ELSE

Line 231: From dual;

227:
228: IF (G_Process = 'PLSQL') then
229: Select decode(G_WriteFile,'LOG',FND_FILE.LOG,FND_FILE.OUTPUT )
230: Into G_WriteFileID
231: From dual;
232: ELSIF (G_Process = 'REPORT') then
233: Enable_Debug; /* If REPORT is used, then need to enable debug */
234: ELSIF (G_Process = 'FORM') then
235: Enable_Debug;