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 90: FND_MSG_PUB.add_exc_msg(p_pkg_name => g_pkg_name,

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

Line 198: -- FND_MSG_PUB

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

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

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

Line 250: -- FND_MSG_PUB

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

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

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