DBA Data[Home] [Help]

APPS.PA_EXCEPTION_ENGINE_PKG dependencies on FND_API

Line 145: RAISE FND_API.G_EXC_ERROR; -- For Bug 4324724

141: IF P_PA_DEBUG_MODE = 'Y' THEN -- Added for Bug 4324724
142: PA_DEBUG.write_file('LOG', 'No parameters passed in () Exception Engine will not continue');
143: END IF;
144:
145: RAISE FND_API.G_EXC_ERROR; -- For Bug 4324724
146:
147: ELSE
148: /*** Begin business logic to get the list of Projects ***/
149:

Line 285: WHEN FND_API.G_EXC_ERROR THEN -- Added for Bug 4324724

281: pa_debug.write_file('LOG', 'PAPFEXCP () exception: No data found');
282: pa_debug.write_file('LOG', pa_debug.g_err_stack);
283: pa_debug.write_file('LOG', pa_debug.g_err_stage);
284:
285: WHEN FND_API.G_EXC_ERROR THEN -- Added for Bug 4324724
286:
287: FND_MESSAGE.SET_NAME ('PA', 'PA_EXCP_NO_PARAMS_PASSED'); -- Set the translatable message name.
288: l_no_params_err_msg := FND_MESSAGE.GET; -- Get the error message.
289: x_errbuf := x_errbuf || 'errbuf: ' || l_no_params_err_msg; -- Set it in errbuf.

Line 1135: (p_encoded => FND_API.G_TRUE

1131: pa_debug.write_file('LOG','l_msg_data : '||l_msg_data);
1132: END IF;
1133:
1134: PA_INTERFACE_UTILS_PUB.get_messages
1135: (p_encoded => FND_API.G_TRUE
1136: ,p_msg_index => 1
1137: ,p_msg_count => l_msg_count
1138: ,p_msg_data => l_msg_data
1139: ,p_data => l_data