DBA Data[Home] [Help]

APPS.PA_CI_TYPES_PVT dependencies on PA_FP_CONTROL_ITEMS_UTILS

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

1087:
1088: /* Changes for the bug# 3941304 starts here */
1089: -- Cannot Delete CI Type if it has some selected statuses
1090: -- for financial imapct implementation/inclusion
1091: if Pa_Fp_Control_Items_Utils.validate_fp_ci_type_delete( p_ci_type_id) <> 'Y' then
1092: x_return_status := 'E';
1093: fnd_message.set_name('PA','FP_CI_TYPE_DEL_NOT_ALLOWED');
1094: fnd_msg_pub.add();
1095: end if;