DBA Data[Home] [Help]

APPS.PA_OPEN_ASSIGNMENT_PVT dependencies on PA_FP_ORG_FCST_UTILS

Line 368: Pa_Fp_Org_Fcst_Utils.Get_Tp_Amount_Type(

364: -- Bug 5130421
365: -- fcst tp amount type shd get default from work type
366: -- it was getting default from the default work type
367: IF l_assignment_rec.work_type_id IS NOT NULL AND l_assignment_rec.work_type_id <> FND_API.G_MISS_NUM THEN
368: Pa_Fp_Org_Fcst_Utils.Get_Tp_Amount_Type(
369: p_project_id => l_assignment_rec.project_id,
370: p_work_type_id => l_assignment_rec.work_type_id,
371: x_tp_amount_type => l_fcst_tp_amount_type_tmp,
372: x_return_status => l_return_status,