DBA Data[Home] [Help]

APPS.PA_RESOURCE_SETUP_PUB dependencies on FND_MSG_PUB

Line 60: fnd_msg_pub.initialize;

56: ,x_log_level => 5);
57: END IF;
58:
59: if FND_API.to_boolean(nvl(p_init_msg_list, FND_API.G_FALSE)) then
60: fnd_msg_pub.initialize;
61: end if;
62:
63: x_return_status := FND_API.G_RET_STS_SUCCESS;
64:

Line 143: l_msg_count := FND_MSG_PUB.count_msg;

139: x_msg_data => l_msg_data);
140:
141: END IF;
142:
143: l_msg_count := FND_MSG_PUB.count_msg;
144: If l_msg_count > 0 THEN
145: x_msg_count := l_msg_count;
146: If l_msg_count = 1 THEN
147: pa_interface_utils_pub.get_messages

Line 173: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_RESOURCE_SETUP_PUB',

169: IF p_commit = FND_API.G_TRUE THEN
170: ROLLBACK TO update_addition_staff_info;
171: END IF;
172: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
173: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_RESOURCE_SETUP_PUB',
174: p_procedure_name => 'UPDATE_ADDITIONAL_STAFF_INFO',
175: p_error_text => SUBSTRB(SQLERRM,1,240));
176:
177: raise;