DBA Data[Home] [Help]

APPS.PA_STAFFED_ASSIGNMENT_PVT dependencies on PA_FP_ORG_FCST_UTILS

Line 545: Pa_Fp_Org_Fcst_Utils.Get_Tp_Amount_Type(

541:
542: -- fcst tp amount type shd get default from work type
543: -- it was getting default from the default work type
544: IF l_assignment_rec.work_type_id IS NOT NULL AND l_assignment_rec.work_type_id <> FND_API.G_MISS_NUM THEN
545: Pa_Fp_Org_Fcst_Utils.Get_Tp_Amount_Type(
546: p_project_id => l_assignment_rec.project_id,
547: p_work_type_id => l_assignment_rec.work_type_id,
548: x_tp_amount_type => l_fcst_tp_amount_type_tmp,
549: x_return_status => l_return_status,