DBA Data[Home] [Help]

APPS.PA_STAFFED_ASSIGNMENT_PVT dependencies on PA_FP_ORG_FCST_UTILS

Line 514: Pa_Fp_Org_Fcst_Utils.Get_Tp_Amount_Type(

510:
511: -- fcst tp amount type shd get default from work type
512: -- it was getting default from the default work type
513: IF l_assignment_rec.work_type_id IS NOT NULL AND l_assignment_rec.work_type_id <> FND_API.G_MISS_NUM THEN
514: Pa_Fp_Org_Fcst_Utils.Get_Tp_Amount_Type(
515: p_project_id => l_assignment_rec.project_id,
516: p_work_type_id => l_assignment_rec.work_type_id,
517: x_tp_amount_type => l_fcst_tp_amount_type_tmp,
518: x_return_status => l_return_status,