DBA Data[Home] [Help]

APPS.PO_ENCUMBRANCE_POSTPROCESSING dependencies on FND_MSG_PUB

Line 996: fnd_msg_pub.add;

992: WHEN OTHERS THEN
993: x_packet_id := NULL; -- Bug 3218669
994: --add message to the stack and log a debug msg if necessary
995: po_message_s.sql_error(g_pkg_name, l_proc_name, l_progress, SQLCODE, SQLERRM);
996: fnd_msg_pub.add;
997: RAISE;
998: END INSERT_PACKET_CREATE_EVENT;
999:
1000:

Line 1176: fnd_msg_pub.add;

1172: FND_MESSAGE.set_token('PROC_CALLED',
1173: 'PSA_BC_XLA_PUB.Budgetary_Control');
1174: FND_MESSAGE.set_token('PROC_CALLER',
1175: 'PO_ENCUMBRANCE_POSTPROCESSING.execute_gl_call');
1176: fnd_msg_pub.add;
1177: IF g_debug_unexp THEN
1178: PO_DEBUG.debug_var(l_log_head,l_progress,'x_return_code',x_return_code);
1179: END IF; */
1180: RAISE PO_ENCUMBRANCE_POSTPROCESSING.g_EXECUTE_GL_CALL_API_EXC;

Line 1187: fnd_msg_pub.add;

1183: WHEN OTHERS THEN
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:

Line 1796: fnd_msg_pub.add;

1792:
1793: WHEN OTHERS THEN
1794: --add message to the stack and log a debug msg if necessary
1795: po_message_s.sql_error(g_pkg_name, l_api_name, l_progress, SQLCODE, SQLERRM);
1796: fnd_msg_pub.add;
1797: RAISE;
1798:
1799: END copy_detailed_gl_results;
1800:

Line 1899: fnd_msg_pub.add;

1895: EXCEPTION
1896: WHEN OTHERS THEN
1897: --add message to the stack and log a debug msg if necessary
1898: po_message_s.sql_error(g_pkg_name, l_api_name, l_progress, SQLCODE, SQLERRM);
1899: fnd_msg_pub.add;
1900: RAISE;
1901:
1902: END update_document_encumbrance;
1903:

Line 2637: fnd_msg_pub.add;

2633: EXCEPTION
2634: WHEN Others THEN
2635: --add message to the stack and log a debug msg if necessary
2636: po_message_s.sql_error(g_pkg_name, l_api_name, l_progress, SQLCODE, SQLERRM);
2637: fnd_msg_pub.add;
2638: RAISE;
2639: END;
2640: /* <> */
2641:

Line 2667: fnd_msg_pub.add;

2663: EXCEPTION
2664: WHEN OTHERS THEN
2665: --add message to the stack and log a debug msg if necessary
2666: po_message_s.sql_error(g_pkg_name, l_api_name, l_progress, SQLCODE, SQLERRM);
2667: fnd_msg_pub.add;
2668: RAISE;
2669:
2670: END update_successful_rows;
2671:

Line 2805: fnd_msg_pub.add;

2801: EXCEPTION
2802: WHEN OTHERS THEN
2803: --add message to the stack and log a debug msg if necessary
2804: po_message_s.sql_error(g_pkg_name, l_api_name, l_progress, SQLCODE, SQLERRM);
2805: fnd_msg_pub.add;
2806: RAISE;
2807:
2808: END update_failed_rows;
2809:

Line 2943: fnd_msg_pub.add;

2939: EXCEPTION
2940: WHEN OTHERS THEN
2941: --add message to the stack and log a debug msg if necessary
2942: po_message_s.sql_error(g_pkg_name, l_api_name, l_progress, SQLCODE, SQLERRM);
2943: fnd_msg_pub.add;
2944: RAISE;
2945:
2946: END rollup_encumbrance_changes;
2947:

Line 3386: fnd_msg_pub.add;

3382: EXCEPTION
3383: WHEN OTHERS THEN
3384: -- Log a debug message and set the message on the FND dictionary stack.
3385: po_message_s.sql_error(g_pkg_name,l_api_name,l_progress,SQLCODE,SQLERRM);
3386: fnd_msg_pub.add;
3387: RAISE;
3388:
3389: END create_enc_action_history;
3390:

Line 3668: fnd_msg_pub.add;

3664: EXCEPTION
3665: WHEN OTHERS THEN
3666: --add message to the stack and log a debug msg if necessary
3667: po_message_s.sql_error(g_pkg_name, l_api_name, l_progress, SQLCODE, SQLERRM);
3668: fnd_msg_pub.add;
3669: RAISE;
3670:
3671: END set_status_requires_reapproval;
3672:

Line 3961: fnd_msg_pub.add;

3957: EXCEPTION
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:

Line 4043: fnd_msg_pub.add;

4039: EXCEPTION
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:

Line 4345: fnd_msg_pub.add;

4341:
4342: WHEN OTHERS THEN
4343: --add message to the stack and log a debug msg if necessary
4344: po_message_s.sql_error(g_pkg_name, l_api_name, l_progress, SQLCODE, SQLERRM);
4345: fnd_msg_pub.add;
4346: COMMIT;
4347: RAISE;
4348:
4349: END insert_report_autonomous;

Line 4429: fnd_msg_pub.add;

4425: EXCEPTION
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:

Line 4547: fnd_msg_pub.add;

4543: EXCEPTION
4544: WHEN OTHERS THEN
4545: --add message to the stack and log a debug msg if necessary
4546: po_message_s.sql_error(g_pkg_name, l_module_name, l_progress, SQLCODE, SQLERRM);
4547: fnd_msg_pub.add;
4548:
4549: If g_debug_stmt Then
4550: PO_DEBUG.debug_stmt(l_log_head,l_progress,'Exception raised:'||SQLCODE||' '||SQLERRM);
4551: End If;

Line 4742: fnd_msg_pub.add;

4738: EXCEPTION
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: --