DBA Data[Home] [Help]

APPS.PO_PROJECT_DETAILS_SV dependencies on FND_MSG_PUB

Line 18: -- FND_MSG_PUB

14: --Name: get_project_task_num
15: --Pre-reqs:
16: -- None.
17: --Modifies:
18: -- FND_MSG_PUB
19: --Locks:
20: -- None.
21: --Function:
22: -- Gets the project number and task number given their ID's. Appends to the API

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

85: p_progress => l_progress);
86: END IF;
87: WHEN OTHERS THEN
88: x_return_status := FND_API.g_ret_sts_unexp_error;
89: FND_MSG_PUB.add_exc_msg(p_pkg_name => g_pkg_name,
90: p_procedure_name => 'get_project_task_num',
91: p_error_text => 'Progress: '||l_progress||
92: ' Error: '||SUBSTRB(SQLERRM,1,215));
93: IF g_debug_unexp THEN

Line 196: -- FND_MSG_PUB

192: --Name: all_proj_idtonum_wpr
193: --Pre-reqs:
194: -- None.
195: --Modifies:
196: -- FND_MSG_PUB
197: --Locks:
198: -- None.
199: --Function:
200: -- This is a wrapper gets the project number of the given project ID using the

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

228: WHEN NO_DATA_FOUND THEN
229: x_project_number := NULL;
230: WHEN OTHERS THEN
231: x_return_status := FND_API.g_ret_sts_unexp_error;
232: FND_MSG_PUB.add_exc_msg(p_pkg_name => g_pkg_name,
233: p_procedure_name => 'all_proj_idtonum_wpr');
234: IF g_debug_unexp THEN
235: PO_DEBUG.debug_exc
236: (p_log_head => g_module_prefix||'all_proj_idtonum_wpr',

Line 248: -- FND_MSG_PUB

244: --Pre-reqs:
245: -- None.
246: --Modifies:
247: -- FND_MESSAGE
248: -- FND_MSG_PUB
249: --Locks:
250: -- None.
251: --Function:
252: -- This is a wrapper that validates the project by calling the PJM API

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

364: p_progress => l_progress);
365: END IF;
366: WHEN OTHERS THEN
367: x_return_code := pjm_validate_failure;
368: FND_MSG_PUB.add_exc_msg(p_pkg_name => g_pkg_name,
369: p_procedure_name => 'validate_proj_references_wpr',
370: p_error_text => 'Progress: '||l_progress||
371: ' Error: '||SUBSTRB(SQLERRM,1,215));
372: IF g_debug_unexp THEN