DBA Data[Home] [Help]

APPS.PO_ENCUMBRANCE_POSTPROCESSING dependencies on PO_MESSAGE_S

Line 1099: po_message_s.sql_error(g_pkg_name, l_proc_name, l_progress, SQLCODE, SQLERRM);

1095: --add message to the stack and log a debug msg if necessary
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:

Line 1287: po_message_s.sql_error(g_pkg_name, l_api_name, l_progress,

1283: RAISE FND_API.g_EXC_UNEXPECTED_ERROR;
1284:
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:

Line 1636: po_message_s.sql_error(g_pkg_name, l_api_name, l_progress, SQLCODE, SQLERRM);

1632: EXCEPTION
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;

Line 1739: po_message_s.sql_error(g_pkg_name, l_api_name, l_progress, SQLCODE, SQLERRM);

1735:
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;

Line 2344: po_message_s.sql_error(g_pkg_name, l_api_name, l_progress, SQLCODE, SQLERRM);

2340:
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;

Line 2482: po_message_s.sql_error(g_pkg_name, l_api_name, l_progress, SQLCODE, SQLERRM);

2478:
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;

Line 2613: po_message_s.sql_error(g_pkg_name, l_api_name, l_progress, SQLCODE, SQLERRM);

2609:
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;

Line 3055: po_message_s.sql_error(g_pkg_name,l_api_name,l_progress,SQLCODE,SQLERRM);

3051:
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;

Line 3337: po_message_s.sql_error(g_pkg_name, l_api_name, l_progress, SQLCODE, SQLERRM);

3333:
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;

Line 3630: po_message_s.sql_error(g_pkg_name, l_api_name, l_progress, SQLCODE, SQLERRM);

3626:
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;

Line 3712: po_message_s.sql_error(g_pkg_name, l_api_name, l_progress, SQLCODE, SQLERRM);

3708:
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;

Line 3962: po_message_s.sql_error(g_pkg_name, l_api_name, l_progress, SQLCODE, SQLERRM);

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

Line 4046: po_message_s.sql_error(g_pkg_name, l_proc_name, l_progress, SQLCODE, SQLERRM);

4042:
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;

Line 4164: po_message_s.sql_error(g_pkg_name, l_module_name, l_progress, SQLCODE, SQLERRM);

4160: End If;
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);

Line 4359: po_message_s.sql_error(g_pkg_name, l_api_name, l_progress,SQLCODE, SQLERRM);

4355:
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: