DBA Data[Home] [Help]

APPS.WIP_DAT_DIAG_SETUP 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: -- accept input
36: if( ltrim(JTF_DIAGNOSTIC_ADAPTUTIL.getInputValue('Organization Id',inputs),'0123456789') is null) then
37: l_org_id := JTF_DIAGNOSTIC_ADAPTUTIL.getInputValue('Organization Id',inputs);

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

41:
42: if l_org_id is NULL then
43:
44:
45: JTF_DIAGNOSTIC_COREAPI.ActionErrorPrint('
Parameter input is required.');
46: statusStr := 'FAILURE';
47: errStr := 'This test failed with : no/incorrect input';
48: fixInfo := 'Please enter the Organization Id for which output is desired.';
49: isFatal := 'FALSE';

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

68: end if ;
69:
70: EXCEPTION
71: when others then
72: JTF_DIAGNOSTIC_COREAPI.errorprint('Error: '||sqlerrm);
73: JTF_DIAGNOSTIC_COREAPI.ActionErrorPrint('This is the exception handler');
74: statusStr := 'FAILURE';
75: errStr := sqlerrm ||' occurred in script Exception handled';
76: fixInfo := 'Unexpected Exception in WIPDC04B.pls';

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

69:
70: EXCEPTION
71: when others then
72: JTF_DIAGNOSTIC_COREAPI.errorprint('Error: '||sqlerrm);
73: JTF_DIAGNOSTIC_COREAPI.ActionErrorPrint('This is the exception handler');
74: statusStr := 'FAILURE';
75: errStr := sqlerrm ||' occurred in script Exception handled';
76: fixInfo := 'Unexpected Exception in WIPDC04B.pls';
77: isFatal := 'FALSE';