DBA Data[Home] [Help]

APPS.PA_PLANNING_RESOURCE_PVT dependencies on PA_PLANNING_RESOURCE_UTILS

Line 535: g_token := g_token || pa_planning_resource_utils.ret_Resource_Name(

531:
532: IF p_resource_alias IS NULL AND (g_amg_flow = 'N' OR g_amg_flow IS NULL)
533: THEN
534: --hr_utility.trace('before g_token is : ' || g_token);
535: g_token := g_token || pa_planning_resource_utils.ret_Resource_Name(
536: p_Res_Type_Code => l_res_type,
537: P_Person_Id => p_person_id,
538: P_Bom_Resource_Id => p_bom_resource_id,
539: P_Job_Id => p_job_id,

Line 566: l_fin_cat_name := pa_planning_resource_utils.Ret_Fin_Category_Name(

562: l_inc_class_code := p_incur_by_res_code;
563: END IF;
564: END IF;
565: --hr_utility.trace('before all others g_token is : ' || g_token);
566: l_fin_cat_name := pa_planning_resource_utils.Ret_Fin_Category_Name(
567: P_FC_Res_Type_Code => p_fc_res_type_code,
568: P_Expenditure_Type => p_fin_category_name,
569: P_Expenditure_Category => p_fin_category_name,
570: P_Event_Type => p_fin_category_name,

Line 573: pa_planning_resource_utils.ret_Organization_Name(

569: P_Expenditure_Category => p_fin_category_name,
570: P_Event_Type => p_fin_category_name,
571: P_Revenue_Category_Code => p_fin_category_name);
572: l_org_name := nvl(p_organization_name,
573: pa_planning_resource_utils.ret_Organization_Name(
574: P_Organization_Id => p_organization_id));
575: l_supplier_name := nvl(p_vendor_name,
576: pa_planning_resource_utils.ret_supplier_Name(
577: P_supplier_id => p_vendor_id));

Line 576: pa_planning_resource_utils.ret_supplier_Name(

572: l_org_name := nvl(p_organization_name,
573: pa_planning_resource_utils.ret_Organization_Name(
574: P_Organization_Id => p_organization_id));
575: l_supplier_name := nvl(p_vendor_name,
576: pa_planning_resource_utils.ret_supplier_Name(
577: P_supplier_id => p_vendor_id));
578: l_role_name := p_team_role;
579: l_inc_by_name := pa_planning_resource_utils.Ret_Incur_By_Res_Name(
580: P_Person_Id => l_inc_person_id,

Line 579: l_inc_by_name := pa_planning_resource_utils.Ret_Incur_By_Res_Name(

575: l_supplier_name := nvl(p_vendor_name,
576: pa_planning_resource_utils.ret_supplier_Name(
577: P_supplier_id => p_vendor_id));
578: l_role_name := p_team_role;
579: l_inc_by_name := pa_planning_resource_utils.Ret_Incur_By_Res_Name(
580: P_Person_Id => l_inc_person_id,
581: P_Job_Id => l_inc_job_id,
582: P_Incur_By_Role_Id => l_inc_role_id,
583: P_Person_Type_Code => l_inc_person_type,

Line 605: pa_planning_resource_utils.Validate_Planning_Resource

601: * which will Validate the planning resource and the
602: * resource elements. If this package returns an error, then
603: * we need to throw an error and return, else proceed.
604: **********************************************************/
605: pa_planning_resource_utils.Validate_Planning_Resource
606: (p_task_name => null,
607: p_task_number => null,
608: p_planning_resource_alias => null,
609: p_resource_list_member_id => null,

Line 1014: PA_PLANNING_RESOURCE_UTILS. Get_Plan_Res_Combination(

1010: THEN
1011: /***************************************************
1012: * Get_Plan_Res_Combination
1013: *************************************************/
1014: PA_PLANNING_RESOURCE_UTILS. Get_Plan_Res_Combination(
1015: P_Resource_List_Member_Id => l_res_list_member_id,
1016: X_resource_alias => l_resource_alias,
1017: X_Plan_Res_Combination => l_res_combo,
1018: X_Return_Status => l_return_status,

Line 1151: PA_PLANNING_RESOURCE_UTILS.Get_Plan_Res_Combination(

1147: WHERE lookup_type = 'PA_PLANNING_RESOURCE'
1148: AND lookup_code = 'PLANNING_RESOURCE';
1149:
1150: g_token := g_token || nvl(p_resource_alias,
1151: PA_PLANNING_RESOURCE_UTILS.Get_Plan_Res_Combination(
1152: P_Resource_List_Member_Id => P_Resource_List_Member_Id));
1153: END IF;
1154:
1155: FND_MSG_PUB.initialize;

Line 1191: Pa_Planning_Resource_Utils.Get_Plan_Res_Combination(

1187: -- Derive the default alias and use that.
1188: /**************************************************
1189: * Derive the default Alias and Use that.
1190: ****************************************************/
1191: Pa_Planning_Resource_Utils.Get_Plan_Res_Combination(
1192: P_Resource_List_Member_Id => p_resource_list_member_id,
1193: X_resource_alias => l_resource_alias,
1194: X_Plan_Res_Combination => l_res_combo,
1195: X_Return_Status => x_return_status,

Line 1251: l_allowed := pa_planning_resource_utils.check_enable_allowed(

1247: -- --hr_utility.trace_on(null, 'RMENABLE');
1248: -- --hr_utility.trace('hdjhjdhdkahdkahdk - start');
1249: -- --hr_utility.trace('p_enabled_flag is : ' || p_enabled_flag);
1250: IF p_enabled_flag = 'Y' THEN
1251: l_allowed := pa_planning_resource_utils.check_enable_allowed(
1252: p_resource_list_member_id => p_resource_list_member_id);
1253:
1254: -- --hr_utility.trace('l_allowed is : ' || l_allowed);
1255: IF l_allowed = 'N' THEN

Line 1349: g_token := g_token || PA_PLANNING_RESOURCE_UTILS.Get_Plan_Res_Combination(

1345: FROM pa_lookups
1346: WHERE lookup_type = 'PA_PLANNING_RESOURCE'
1347: AND lookup_code = 'PLANNING_RESOURCE';
1348:
1349: g_token := g_token || PA_PLANNING_RESOURCE_UTILS.Get_Plan_Res_Combination(
1350: P_Resource_List_Member_Id => P_Resource_List_Member_Id);
1351: END IF;
1352:
1353: x_return_status := FND_API.G_RET_STS_SUCCESS;