DBA Data[Home] [Help]

APPS.PA_FIN_PLAN_TYPES_UTILS dependencies on PA_FIN_PLAN_UTILS

Line 166: Commented as part of Dusan changes and moved the api to PA_FIN_PLAN_UTILS

162: raise FND_API.G_EXC_UNEXPECTED_ERROR;
163: end name_val;
164:
165: /****************************************************************************************
166: Commented as part of Dusan changes and moved the api to PA_FIN_PLAN_UTILS
167: procedure end_date_active_val
168: (p_start_date_active IN
169: pa_fin_plan_types_b.start_date_active%type,
170: p_end_date_active IN

Line 446: pa_fin_plan_utils.end_date_active_val

442: x_return_status => x_return_status,
443: x_msg_count => x_msg_count,
444: x_msg_data => x_msg_data);
445:
446: pa_fin_plan_utils.end_date_active_val
447: (p_start_date_active => p_start_date_active,
448: p_end_date_active => p_end_date_active,
449: x_return_status => x_return_status,
450: x_msg_count => x_msg_count,