DBA Data[Home] [Help]

APPS.PA_FP_CALC_PLAN_PKG dependencies on PA_FIN_PLAN_UTILS2

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

3706: End If;
3707: x_return_status := 'S';
3708:
3709: If p_budget_version_id is NOT NULL Then
3710: --print_msg('Calling PA_FIN_PLAN_UTILS2.Get_Agreement_Details api()');
3711: g_stage :='Get_Agreement_Details:100';
3712: PA_FIN_PLAN_UTILS2.Get_Agreement_Details
3713: (p_budget_version_id => p_budget_version_id
3714: ,x_agr_curr_code => x_agr_curr_code

Line 3712: PA_FIN_PLAN_UTILS2.Get_Agreement_Details

3708:
3709: If p_budget_version_id is NOT NULL Then
3710: --print_msg('Calling PA_FIN_PLAN_UTILS2.Get_Agreement_Details api()');
3711: g_stage :='Get_Agreement_Details:100';
3712: PA_FIN_PLAN_UTILS2.Get_Agreement_Details
3713: (p_budget_version_id => p_budget_version_id
3714: ,x_agr_curr_code => x_agr_curr_code
3715: ,x_agr_conv_reqd_flag => l_agr_con_reqd_flag
3716: ,x_return_status => x_return_status

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

3714: ,x_agr_curr_code => x_agr_curr_code
3715: ,x_agr_conv_reqd_flag => l_agr_con_reqd_flag
3716: ,x_return_status => x_return_status
3717: );
3718: --print_msg('After calling PA_FIN_PLAN_UTILS2.Get_Agreement_Details retSts['||x_return_status||']');
3719: --print_msg('agrCur['||x_agr_curr_code||']Flag['||l_agr_con_reqd_flag||']');
3720: End If;
3721:
3722: /* Set the global varaibles to call conv rates api*/