DBA Data[Home] [Help]

APPS.WIP_DAT_DIAG_JOB 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: l_org_id := null ;
36: l_job_id := null ;
37:

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

45: end if;
46:
47: if (l_job_id is NULL ) then
48:
49: JTF_DIAGNOSTIC_COREAPI.ActionErrorPrint('
Parameter input is required.');
50: if l_job_id is null then
51: fixInfo := 'Please enter the Job and Org Id for which output is desired.';
52: end if ;
53: 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 WIPDC01B.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 WIPDC01B.pls';
83: isFatal := 'FALSE';