DBA Data[Home] [Help]

APPS.WIP_DAT_DIAG_FLOW 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:
37: if((ltrim(JTF_DIAGNOSTIC_ADAPTUTIL.getInputValue('Organization Id',inputs),'0123456789') is null) and

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

46:
47: if l_schedule_id is NULL then
48:
49:
50: JTF_DIAGNOSTIC_COREAPI.ActionErrorPrint('
Parameter input is required.');
51: statusStr := 'FAILURE';
52: errStr := 'This test failed with : no/incorrect input';
53: fixInfo := 'Please enter the Schedule Number for which output is desired.';
54: isFatal := 'FALSE';

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

74: end if ;
75:
76: EXCEPTION
77: when others then
78: JTF_DIAGNOSTIC_COREAPI.errorprint('Error: '||sqlerrm);
79: JTF_DIAGNOSTIC_COREAPI.ActionErrorPrint('This is the exception handler');
80: statusStr := 'FAILURE';
81: errStr := sqlerrm ||' occurred in script Exception handled';
82: fixInfo := 'Unexpected Exception in WIPDC03B.pls';

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

75:
76: EXCEPTION
77: when others then
78: JTF_DIAGNOSTIC_COREAPI.errorprint('Error: '||sqlerrm);
79: JTF_DIAGNOSTIC_COREAPI.ActionErrorPrint('This is the exception handler');
80: statusStr := 'FAILURE';
81: errStr := sqlerrm ||' occurred in script Exception handled';
82: fixInfo := 'Unexpected Exception in WIPDC03B.pls';
83: isFatal := 'FALSE';