DBA Data[Home] [Help]

APPS.PO_ENCUMBRANCE_POSTPROCESSING dependencies on FND_API

Line 1188: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

1184: --add message to the stack and log a debug msg if necessary
1185: po_message_s.sql_error(g_pkg_name, l_api_name, l_progress,
1186: SQLCODE, SQLERRM);
1187: fnd_msg_pub.add;
1188: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1189:
1190: END execute_gl_call;
1191:
1192:

Line 3962: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

3958: WHEN OTHERS THEN
3959: --add message to the stack and log a debug msg if necessary
3960: po_message_s.sql_error(g_pkg_name, l_api_name, l_progress, SQLCODE, SQLERRM);
3961: fnd_msg_pub.add;
3962: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
3963:
3964: END create_detailed_report;
3965:
3966:

Line 4044: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

4040: WHEN OTHERS THEN
4041: --add message to the stack and log a debug msg if necessary
4042: po_message_s.sql_error(g_pkg_name, l_api_name, l_progress, SQLCODE, SQLERRM);
4043: fnd_msg_pub.add;
4044: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
4045:
4046: END create_exception_report;
4047:
4048:

Line 4430: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

4426: WHEN OTHERS THEN
4427: --add message to the stack and log a debug msg if necessary
4428: po_message_s.sql_error(g_pkg_name, l_proc_name, l_progress, SQLCODE, SQLERRM);
4429: fnd_msg_pub.add;
4430: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
4431:
4432: END delete_packet_autonomous;
4433:
4434: --

Line 4553: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

4549: If g_debug_stmt Then
4550: PO_DEBUG.debug_stmt(l_log_head,l_progress,'Exception raised:'||SQLCODE||' '||SQLERRM);
4551: End If;
4552:
4553: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
4554: END;
4555:
4556: --
4557: -------------------------------------------------------------------------------

Line 4725: RAISE FND_API.g_EXC_UNEXPECTED_ERROR;

4721: l_multiplying_factor := 1;
4722: ELSIF l_cr_or_dr = g_CREDIT THEN
4723: l_multiplying_factor := -1 ;
4724: ELSE
4725: RAISE FND_API.g_EXC_UNEXPECTED_ERROR;
4726: END IF;
4727:
4728: l_progress := '030';
4729:

Line 4743: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

4739: WHEN OTHERS THEN
4740: --add message to the stack and log a debug msg if necessary
4741: po_message_s.sql_error(g_pkg_name, l_api_name, l_progress,SQLCODE, SQLERRM);
4742: fnd_msg_pub.add;
4743: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
4744: END;
4745:
4746: --
4747: --