DBA Data[Home] [Help]

APPS.PA_FP_REFRESH_ELEMENTS_PUB dependencies on FND_MSG_PUB

Line 372: fnd_msg_pub.add_exc_msg(p_pkg_name => 'pa_fp_refresh_elements_pub',

368: x_msg_count => x_msg_count,
369: x_msg_data => x_msg_data );
370: END IF;
371: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
372: fnd_msg_pub.add_exc_msg(p_pkg_name => 'pa_fp_refresh_elements_pub',
373: p_procedure_name => 'refresh_planning_elements',
374: p_error_text => SUBSTRB(SQLERRM,1,240));
375:
376: fnd_msg_pub.count_and_get(p_count => x_msg_count,

Line 376: fnd_msg_pub.count_and_get(p_count => x_msg_count,

372: fnd_msg_pub.add_exc_msg(p_pkg_name => 'pa_fp_refresh_elements_pub',
373: p_procedure_name => 'refresh_planning_elements',
374: p_error_text => SUBSTRB(SQLERRM,1,240));
375:
376: fnd_msg_pub.count_and_get(p_count => x_msg_count,
377: p_data => x_msg_data);
378:
379: END refresh_planning_elements;
380: