DBA Data[Home] [Help]

APPS.BIS_DIAG_SETUP_PROFILE_TEST dependencies on FND_MESSAGE

Line 71: JTF_DIAGNOSTIC_COREAPI.ActionPrint(fnd_message.get_string('BIS', 'BIS_DIAG_TESTCASE_FIX_INFO'));

67: JTF_DIAGNOSTIC_ADAPTUTIL.addStringToReport(reportClob,reportStr);
68: -- JTF_DIAGNOSTIC_ADAPTUTIL.addStringToReport('String into report');
69: JTF_DIAGNOSTIC_COREAPI.Display_Profiles(191, null);
70: JTF_DIAGNOSTIC_COREAPI.BRPrint;
71: JTF_DIAGNOSTIC_COREAPI.ActionPrint(fnd_message.get_string('BIS', 'BIS_DIAG_TESTCASE_FIX_INFO'));
72: statusStr := 'SUCCESS';
73: -- JTF_DIAGNOSTIC_COREAPI.ActionErrorPrint('You better do something!');
74: errStr := '';
75: fixInfo := '';

Line 85: name := fnd_message.get_string('BIS', 'BIS_DIAG_PROFILES');

81: -- procedure to report name back to framework
82: ------------------------------------------------------------
83: PROCEDURE getComponentName(name OUT NOCOPY VARCHAR2) IS
84: BEGIN
85: name := fnd_message.get_string('BIS', 'BIS_DIAG_PROFILES');
86: END getComponentName;
87: ------------------------------------------------------------
88: -- procedure to report test description back to framework
89: ------------------------------------------------------------

Line 92: descStr := fnd_message.get_string('BIS', 'BIS_DIAG_PROFILES_DESC');

88: -- procedure to report test description back to framework
89: ------------------------------------------------------------
90: PROCEDURE getTestDesc(descStr OUT NOCOPY VARCHAR2) IS
91: BEGIN
92: descStr := fnd_message.get_string('BIS', 'BIS_DIAG_PROFILES_DESC');
93: END getTestDesc;
94: ------------------------------------------------------------
95: -- procedure to report test name back to framework
96: ------------------------------------------------------------

Line 99: name := fnd_message.get_string('BIS', 'BIS_DIAG_PROFILES_TEST');

95: -- procedure to report test name back to framework
96: ------------------------------------------------------------
97: PROCEDURE getTestName(name OUT NOCOPY VARCHAR2) IS
98: BEGIN
99: name := fnd_message.get_string('BIS', 'BIS_DIAG_PROFILES_TEST');
100: END getTestName;
101: ------------------------------------------------------------
102: -- procedure to provide the default parameters for the test case.
103: -- please note the paramters have to be registered through the UI