DBA Data[Home] [Help]

APPS.PA_WORKPLAN_WORKFLOW dependencies on FND_MSG_PUB

Line 430: for i in 1..fnd_msg_pub.count_msg loop

426: );
427:
428: IF l_debug_mode = 'Y' THEN
429: pa_debug.write(x_Module=>'PA_WORKPLAN_WORKFLOW.CHANGE_STATUS_APPROVED', x_Msg => 'l_return_status='||l_return_status, x_Log_Level=> 3);
430: for i in 1..fnd_msg_pub.count_msg loop
431: pa_interface_utils_pub.get_messages (
432: p_encoded => Fnd_Api.G_FALSE
433: ,p_data => l_data
434: ,p_msg_index => i

Line 866: /* 5369295 -- Added fnd_msg_pub.add_exc_msg() for bug 5366726 */

862: WHEN OTHERS THEN
863: x_msg_count :=1;
864: x_msg_data:= substrb(SQLERRM, 1, 2000); -- 4537865 : Replaced substr with substrb
865: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
866: /* 5369295 -- Added fnd_msg_pub.add_exc_msg() for bug 5366726 */
867: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_WORKPLAN_WORKFLOW',
868: p_procedure_name => 'START_PROJECT_EXECUTION_WF',
869: p_error_text => SUBSTRB(SQLERRM,1,240));
870:

Line 867: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_WORKPLAN_WORKFLOW',

863: x_msg_count :=1;
864: x_msg_data:= substrb(SQLERRM, 1, 2000); -- 4537865 : Replaced substr with substrb
865: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
866: /* 5369295 -- Added fnd_msg_pub.add_exc_msg() for bug 5366726 */
867: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_WORKPLAN_WORKFLOW',
868: p_procedure_name => 'START_PROJECT_EXECUTION_WF',
869: p_error_text => SUBSTRB(SQLERRM,1,240));
870:
871: END START_PROJECT_EXECUTION_WF ;