DBA Data[Home] [Help]

APPS.PA_CI_TYPES_PVT dependencies on PA_CI_TYPES_UTIL

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

89: l_approval_required_flag := 'Y';
90: END IF;
91: -- end: 28-oct-2009 cklee fxied bug: 9063248
92: -- Validate the name and short name uniqueness
93: IF (pa_ci_types_util.check_ci_type_name_exists(p_name, p_short_name)) THEN
94: x_return_status := 'E';
95: fnd_message.set_name('PA', 'PA_CI_TYPE_NAME_NOT_UNIQUE');
96: fnd_msg_pub.add();
97: END IF;

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

779: close c_pco_st_exists;
780: -- end: 26-Jun-2009 cklee Modified for the Bug# 8633676
781:
782: -- Validate the name and short name uniqueness
783: IF (pa_ci_types_util.check_ci_type_name_exists(p_name, p_short_name, p_ci_type_id)) THEN
784: x_return_status := 'E';
785: fnd_message.set_name('PA','PA_CI_TYPE_NAME_NOT_UNIQUE');
786: fnd_msg_pub.add();
787: END IF;