DBA Data[Home] [Help]

APPS.WIP_DAT_DIAG_PEND 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 73: JTF_DIAGNOSTIC_COREAPI.errorprint('Error: '||sqlerrm);

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

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

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