DBA Data[Home] [Help]

APPS.PA_FUNDING_CORE dependencies on PA_FP_CONTROL_ITEMS_UTILS

Line 2062: Pa_Fp_Control_Items_Utils.isFundingLevelChangeAllowed(

2058: x_return_status varchar2(2000);
2059: BEGIN
2060: IF (p_task_id is null) then
2061: p_proposed_fund_level :='P';
2062: Pa_Fp_Control_Items_Utils.isFundingLevelChangeAllowed(
2063: p_project_id =>p_project_id,
2064: p_proposed_fund_level =>p_proposed_fund_level,
2065: x_return_status =>l_return_status,
2066: x_msg_count =>l_msg_count,

Line 2073: Pa_Fp_Control_Items_Utils.isFundingLevelChangeAllowed(

2069: then return('A');
2070: end if;
2071: else
2072: p_proposed_fund_level :='T';
2073: Pa_Fp_Control_Items_Utils.isFundingLevelChangeAllowed(
2074: p_project_id =>p_project_id,
2075: p_proposed_fund_level =>p_proposed_fund_level,
2076: x_return_status =>l_return_status,
2077: x_msg_count =>l_msg_count,