DBA Data[Home] [Help]

APPS.PA_OPEN_ASSIGNMENT_PVT dependencies on PA_FP_ORG_FCST_UTILS

Line 371: Pa_Fp_Org_Fcst_Utils.Get_Tp_Amount_Type(

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