DBA Data[Home] [Help]

APPS.PA_FUNDING_CORE dependencies on PA_FP_CONTROL_ITEMS_UTILS

Line 2080: Pa_Fp_Control_Items_Utils.isFundingLevelChangeAllowed(

2076: x_return_status varchar2(2000);
2077: BEGIN
2078: IF (p_task_id is null) then
2079: p_proposed_fund_level :='P';
2080: Pa_Fp_Control_Items_Utils.isFundingLevelChangeAllowed(
2081: p_project_id =>p_project_id,
2082: p_proposed_fund_level =>p_proposed_fund_level,
2083: x_return_status =>l_return_status,
2084: x_msg_count =>l_msg_count,

Line 2091: Pa_Fp_Control_Items_Utils.isFundingLevelChangeAllowed(

2087: then return('A');
2088: end if;
2089: else
2090: p_proposed_fund_level :='T';
2091: Pa_Fp_Control_Items_Utils.isFundingLevelChangeAllowed(
2092: p_project_id =>p_project_id,
2093: p_proposed_fund_level =>p_proposed_fund_level,
2094: x_return_status =>l_return_status,
2095: x_msg_count =>l_msg_count,