DBA Data[Home] [Help]

APPS.WIP_DAT_DIAG_REP dependencies on JTF_DIAGNOSTIC_COREAPI

Line 35: JTF_DIAGNOSTIC_COREAPI.insert_style_sheet;

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

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

51: end if;
52:
53: if (l_rep_schedule_id is NULL or l_job_id is NULL or l_line_id is NULL) then
54:
55: JTF_DIAGNOSTIC_COREAPI.ActionErrorPrint('
Parameter input is required.');
56: statusStr := 'FAILURE';
57: errStr := 'This test failed with : no/incorrect input';
58: if l_rep_schedule_id IS NULL then
59: fixInfo := 'Please select Repetitive Schedule for which output is desired.';

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

82: end if ;
83:
84: EXCEPTION
85: when others then
86: JTF_DIAGNOSTIC_COREAPI.errorprint('Error: '||sqlerrm);
87: JTF_DIAGNOSTIC_COREAPI.ActionErrorPrint('This is the exception handler');
88: statusStr := 'FAILURE';
89: errStr := sqlerrm ||' occurred in script Exception handled';
90: fixInfo := 'Unexpected Exception in WIPDC02B.pls';

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

83:
84: EXCEPTION
85: when others then
86: JTF_DIAGNOSTIC_COREAPI.errorprint('Error: '||sqlerrm);
87: JTF_DIAGNOSTIC_COREAPI.ActionErrorPrint('This is the exception handler');
88: statusStr := 'FAILURE';
89: errStr := sqlerrm ||' occurred in script Exception handled';
90: fixInfo := 'Unexpected Exception in WIPDC02B.pls';
91: isFatal := 'FALSE';