DBA Data[Home] [Help]

APPS.PO_ACCOUNT_HELPER dependencies on FND_MSG_PUB

Line 1842: fnd_msg_pub.add;

1838: WHEN OTHERS THEN
1839: x_return_status := 'E';
1840: ROLLBACK TO PO_ACCOUNT_HELPER_RB_ACC_SP;
1841: po_message_s.sql_error(d_pkg_name, d_api_name, d_position, SQLCODE, SQLERRM);
1842: fnd_msg_pub.add;
1843: RAISE;
1844: END online_rebuild_accounts;
1845:
1846: --: added insert_report_autonomous

Line 1943: fnd_msg_pub.add;

1939: WHEN OTHERS THEN
1940: COMMIT;
1941: --add message to the stack and log a debug msg if necessary
1942: po_message_s.sql_error(d_pkg_name, d_api_name, d_position, SQLCODE, SQLERRM);
1943: fnd_msg_pub.add;
1944: RAISE;
1945: END insert_report_autonomous;
1946:
1947: --Bug 16518955