DBA Data[Home] [Help]

APPS.PO_ENCUMBRANCE_POSTPROCESSING dependencies on FND_MSG_PUB

Line 1100: fnd_msg_pub.add;

1096: IF ( cur_po_bc_dist_del%ISOPEN) THEN --Bug#5187228
1097: CLOSE cur_po_bc_dist_del;
1098: END IF;
1099: po_message_s.sql_error(g_pkg_name, l_proc_name, l_progress, SQLCODE, SQLERRM);
1100: fnd_msg_pub.add;
1101: RAISE;
1102: END INSERT_PACKET_CREATE_EVENT;
1103:
1104:

Line 1279: fnd_msg_pub.add;

1275: FND_MESSAGE.set_token('PROC_CALLED',
1276: 'PSA_BC_XLA_PUB.Budgetary_Control');
1277: FND_MESSAGE.set_token('PROC_CALLER',
1278: 'PO_ENCUMBRANCE_POSTPROCESSING.execute_gl_call');
1279: fnd_msg_pub.add;
1280: IF g_debug_unexp THEN
1281: PO_DEBUG.debug_var(l_log_head,l_progress,'x_return_code',x_return_code);
1282: END IF;
1283: RAISE FND_API.g_EXC_UNEXPECTED_ERROR;

Line 1289: fnd_msg_pub.add;

1285: WHEN OTHERS THEN
1286: --add message to the stack and log a debug msg if necessary
1287: po_message_s.sql_error(g_pkg_name, l_api_name, l_progress,
1288: SQLCODE, SQLERRM);
1289: fnd_msg_pub.add;
1290: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1291:
1292: END execute_gl_call;
1293:

Line 1637: fnd_msg_pub.add;

1633:
1634: WHEN OTHERS THEN
1635: --add message to the stack and log a debug msg if necessary
1636: po_message_s.sql_error(g_pkg_name, l_api_name, l_progress, SQLCODE, SQLERRM);
1637: fnd_msg_pub.add;
1638: RAISE;
1639:
1640: END copy_detailed_gl_results;
1641:

Line 1740: fnd_msg_pub.add;

1736: EXCEPTION
1737: WHEN OTHERS THEN
1738: --add message to the stack and log a debug msg if necessary
1739: po_message_s.sql_error(g_pkg_name, l_api_name, l_progress, SQLCODE, SQLERRM);
1740: fnd_msg_pub.add;
1741: RAISE;
1742:
1743: END update_document_encumbrance;
1744:

Line 2345: fnd_msg_pub.add;

2341: EXCEPTION
2342: WHEN OTHERS THEN
2343: --add message to the stack and log a debug msg if necessary
2344: po_message_s.sql_error(g_pkg_name, l_api_name, l_progress, SQLCODE, SQLERRM);
2345: fnd_msg_pub.add;
2346: RAISE;
2347:
2348: END update_successful_rows;
2349:

Line 2483: fnd_msg_pub.add;

2479: EXCEPTION
2480: WHEN OTHERS THEN
2481: --add message to the stack and log a debug msg if necessary
2482: po_message_s.sql_error(g_pkg_name, l_api_name, l_progress, SQLCODE, SQLERRM);
2483: fnd_msg_pub.add;
2484: RAISE;
2485:
2486: END update_failed_rows;
2487:

Line 2614: fnd_msg_pub.add;

2610: EXCEPTION
2611: WHEN OTHERS THEN
2612: --add message to the stack and log a debug msg if necessary
2613: po_message_s.sql_error(g_pkg_name, l_api_name, l_progress, SQLCODE, SQLERRM);
2614: fnd_msg_pub.add;
2615: RAISE;
2616:
2617: END rollup_encumbrance_changes;
2618:

Line 3056: fnd_msg_pub.add;

3052: EXCEPTION
3053: WHEN OTHERS THEN
3054: -- Log a debug message and set the message on the FND dictionary stack.
3055: po_message_s.sql_error(g_pkg_name,l_api_name,l_progress,SQLCODE,SQLERRM);
3056: fnd_msg_pub.add;
3057: RAISE;
3058:
3059: END create_enc_action_history;
3060:

Line 3338: fnd_msg_pub.add;

3334: EXCEPTION
3335: WHEN OTHERS THEN
3336: --add message to the stack and log a debug msg if necessary
3337: po_message_s.sql_error(g_pkg_name, l_api_name, l_progress, SQLCODE, SQLERRM);
3338: fnd_msg_pub.add;
3339: RAISE;
3340:
3341: END set_status_requires_reapproval;
3342:

Line 3631: fnd_msg_pub.add;

3627: EXCEPTION
3628: WHEN OTHERS THEN
3629: --add message to the stack and log a debug msg if necessary
3630: po_message_s.sql_error(g_pkg_name, l_api_name, l_progress, SQLCODE, SQLERRM);
3631: fnd_msg_pub.add;
3632: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
3633:
3634: END create_detailed_report;
3635:

Line 3713: fnd_msg_pub.add;

3709: EXCEPTION
3710: WHEN OTHERS THEN
3711: --add message to the stack and log a debug msg if necessary
3712: po_message_s.sql_error(g_pkg_name, l_api_name, l_progress, SQLCODE, SQLERRM);
3713: fnd_msg_pub.add;
3714: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
3715:
3716: END create_exception_report;
3717:

Line 3963: fnd_msg_pub.add;

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

Line 4047: fnd_msg_pub.add;

4043: EXCEPTION
4044: WHEN OTHERS THEN
4045: --add message to the stack and log a debug msg if necessary
4046: po_message_s.sql_error(g_pkg_name, l_proc_name, l_progress, SQLCODE, SQLERRM);
4047: fnd_msg_pub.add;
4048: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
4049:
4050: END delete_packet_autonomous;
4051:

Line 4165: fnd_msg_pub.add;

4161: EXCEPTION
4162: WHEN OTHERS THEN
4163: --add message to the stack and log a debug msg if necessary
4164: po_message_s.sql_error(g_pkg_name, l_module_name, l_progress, SQLCODE, SQLERRM);
4165: fnd_msg_pub.add;
4166:
4167: If g_debug_stmt Then
4168: PO_DEBUG.debug_stmt(l_log_head,l_progress,'Exception raised:'||SQLCODE||' '||SQLERRM);
4169: End If;

Line 4360: fnd_msg_pub.add;

4356: EXCEPTION
4357: WHEN OTHERS THEN
4358: --add message to the stack and log a debug msg if necessary
4359: po_message_s.sql_error(g_pkg_name, l_api_name, l_progress,SQLCODE, SQLERRM);
4360: fnd_msg_pub.add;
4361: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
4362: END;
4363:
4364: --