DBA Data[Home] [Help]

APPS.PO_JL_INTERFACE_PVT dependencies on FND_MSG_PUB

Line 19: -- FND_MSG_PUB on error.

15: --Pre-reqs:
16: -- None.
17: --Modifies:
18: -- FND_LOG
19: -- FND_MSG_PUB on error.
20: --Locks:
21: -- None.
22: --Function:
23: -- Derives default transaction reason codes based upon the input parameters

Line 82: FND_MSG_PUB.add_exc_msg(p_pkg_name => g_pkg_name,

78: 'Unexpected error from API call');
79: END IF;
80: WHEN OTHERS THEN
81: x_return_status := FND_API.g_ret_sts_unexp_error;
82: FND_MSG_PUB.add_exc_msg(p_pkg_name => g_pkg_name,
83: p_procedure_name => l_api_name||'-'||l_progress);
84: IF g_debug_unexp THEN
85: PO_DEBUG.debug_exc(g_module_prefix||l_api_name,l_progress);
86: END IF;

Line 97: -- FND_MSG_PUB on error.

93: --Pre-reqs:
94: -- None.
95: --Modifies:
96: -- FND_LOG
97: -- FND_MSG_PUB on error.
98: --Locks:
99: -- None.
100: --Function:
101: -- Derives a default transaction reason code based upon the input parameters

Line 162: FND_MSG_PUB.add_exc_msg(p_pkg_name => g_pkg_name,

158: 'Unexpected error from API call');
159: END IF;
160: WHEN OTHERS THEN
161: x_return_status := FND_API.g_ret_sts_unexp_error;
162: FND_MSG_PUB.add_exc_msg(p_pkg_name => g_pkg_name,
163: p_procedure_name => l_api_name||'-'||l_progress);
164: IF g_debug_unexp THEN
165: PO_DEBUG.debug_exc(g_module_prefix||l_api_name,l_progress);
166: END IF;

Line 177: -- FND_MSG_PUB on error.

173: --Pre-reqs:
174: -- None.
175: --Modifies:
176: -- FND_LOG
177: -- FND_MSG_PUB on error.
178: --Locks:
179: -- None.
180: --Function:
181: -- Check if transaction reason defaulting is available in the current org

Line 215: FND_MSG_PUB.add_exc_msg(p_pkg_name => g_pkg_name,

211: 'Unexpected error from API call');
212: END IF;
213: WHEN OTHERS THEN
214: x_return_status := FND_API.g_ret_sts_unexp_error;
215: FND_MSG_PUB.add_exc_msg(p_pkg_name => g_pkg_name,
216: p_procedure_name => l_api_name||'-'||l_progress);
217: IF g_debug_unexp THEN
218: PO_DEBUG.debug_exc(g_module_prefix||l_api_name,l_progress);
219: END IF;