DBA Data[Home] [Help]

APPS.PA_FP_CALC_PLAN_PKG dependencies on PA_FIN_PLAN_UTILS2

Line 3742: --print_msg('Calling PA_FIN_PLAN_UTILS2.Get_Agreement_Details api()');

3738: End If;
3739: x_return_status := 'S';
3740:
3741: If p_budget_version_id is NOT NULL Then
3742: --print_msg('Calling PA_FIN_PLAN_UTILS2.Get_Agreement_Details api()');
3743: g_stage :='Get_Agreement_Details:100';
3744: PA_FIN_PLAN_UTILS2.Get_Agreement_Details
3745: (p_budget_version_id => p_budget_version_id
3746: ,x_agr_curr_code => x_agr_curr_code

Line 3744: PA_FIN_PLAN_UTILS2.Get_Agreement_Details

3740:
3741: If p_budget_version_id is NOT NULL Then
3742: --print_msg('Calling PA_FIN_PLAN_UTILS2.Get_Agreement_Details api()');
3743: g_stage :='Get_Agreement_Details:100';
3744: PA_FIN_PLAN_UTILS2.Get_Agreement_Details
3745: (p_budget_version_id => p_budget_version_id
3746: ,x_agr_curr_code => x_agr_curr_code
3747: ,x_agr_conv_reqd_flag => l_agr_con_reqd_flag
3748: ,x_return_status => x_return_status

Line 3750: --print_msg('After calling PA_FIN_PLAN_UTILS2.Get_Agreement_Details retSts['||x_return_status||']');

3746: ,x_agr_curr_code => x_agr_curr_code
3747: ,x_agr_conv_reqd_flag => l_agr_con_reqd_flag
3748: ,x_return_status => x_return_status
3749: );
3750: --print_msg('After calling PA_FIN_PLAN_UTILS2.Get_Agreement_Details retSts['||x_return_status||']');
3751: --print_msg('agrCur['||x_agr_curr_code||']Flag['||l_agr_con_reqd_flag||']');
3752: End If;
3753:
3754: /* Set the global varaibles to call conv rates api*/