DBA Data[Home] [Help]

APPS.PA_CI_TYPES_PVT dependencies on PA_CI_TYPES_UTIL

Line 71: IF (pa_ci_types_util.check_ci_type_name_exists(p_name, p_short_name)) THEN

67: x_msg_count := 0;
68: x_msg_data := '';
69:
70: -- Validate the name and short name uniqueness
71: IF (pa_ci_types_util.check_ci_type_name_exists(p_name, p_short_name)) THEN
72: x_return_status := 'E';
73: fnd_message.set_name('PA', 'PA_CI_TYPE_NAME_NOT_UNIQUE');
74: fnd_msg_pub.add();
75: END IF;

Line 295: IF (pa_ci_types_util.check_ci_type_name_exists(p_name, p_short_name, p_ci_type_id)) THEN

291: x_msg_count := 0;
292: x_msg_data := '';
293:
294: -- Validate the name and short name uniqueness
295: IF (pa_ci_types_util.check_ci_type_name_exists(p_name, p_short_name, p_ci_type_id)) THEN
296: x_return_status := 'E';
297: fnd_message.set_name('PA','PA_CI_TYPE_NAME_NOT_UNIQUE');
298: fnd_msg_pub.add();
299: END IF;