DBA Data[Home] [Help]

APPS.PA_CI_TYPES_PVT dependencies on PA_FP_CONTROL_ITEMS_UTILS

Line 568: if Pa_Fp_Control_Items_Utils.validate_fp_ci_type_delete( p_ci_type_id) <> 'Y' then

564:
565: /* Changes for the bug# 3941304 starts here */
566: -- Cannot Delete CI Type if it has some selected statuses
567: -- for financial imapct implementation/inclusion
568: if Pa_Fp_Control_Items_Utils.validate_fp_ci_type_delete( p_ci_type_id) <> 'Y' then
569: x_return_status := 'E';
570: fnd_message.set_name('PA','FP_CI_TYPE_DEL_NOT_ALLOWED');
571: fnd_msg_pub.add();
572: end if;