DBA Data[Home] [Help]

APPS.WIP_WDJ_DIAG_UNCOSTED_MAT dependencies on JTF_DIAGNOSTIC_COREAPI

Line 33: JTF_DIAGNOSTIC_COREAPI.insert_style_sheet;

29: BEGIN
30:
31: JTF_DIAGNOSTIC_ADAPTUTIL.setUpVars;
32: JTF_DIAGNOSTIC_ADAPTUTIL.addStringToReport('@html');
33: JTF_DIAGNOSTIC_COREAPI.insert_style_sheet;
34:
35:
36: -- accept input
37: if (ltrim(JTF_DIAGNOSTIC_ADAPTUTIL.getInputValue('Organization Id',inputs),'0123456789') is null ) then

Line 47: JTF_DIAGNOSTIC_COREAPI.ActionErrorPrint('
Parameter input is required.');

43: statusStr := 'SUCCESS';
44: report := JTF_DIAGNOSTIC_ADAPTUTIL.constructReport(statusStr,errStr,fixInfo,isFatal);
45: reportClob := JTF_DIAGNOSTIC_ADAPTUTIL.getReportClob;
46: else
47: JTF_DIAGNOSTIC_COREAPI.ActionErrorPrint('
Parameter input is required.');
48: if l_org_id is null then
49: fixInfo := 'Please enter the Org Id for which output is desired.';
50: end if ;
51: isFatal := 'FALSE';

Line 62: JTF_DIAGNOSTIC_COREAPI.errorprint('Error: '||sqlerrm);

58: end if ;
59:
60: EXCEPTION
61: when others then
62: JTF_DIAGNOSTIC_COREAPI.errorprint('Error: '||sqlerrm);
63: JTF_DIAGNOSTIC_COREAPI.ActionErrorPrint('This is the exception handler');
64: statusStr := 'FAILURE';
65: errStr := sqlerrm ||' occurred in script Exception handled';
66: fixInfo := 'Unexpected Exception in WIPDJOBB.pls';

Line 63: JTF_DIAGNOSTIC_COREAPI.ActionErrorPrint('This is the exception handler');

59:
60: EXCEPTION
61: when others then
62: JTF_DIAGNOSTIC_COREAPI.errorprint('Error: '||sqlerrm);
63: JTF_DIAGNOSTIC_COREAPI.ActionErrorPrint('This is the exception handler');
64: statusStr := 'FAILURE';
65: errStr := sqlerrm ||' occurred in script Exception handled';
66: fixInfo := 'Unexpected Exception in WIPDJOBB.pls';
67: isFatal := 'FALSE';