DBA Data[Home] [Help]

APPS.PA_PLANNING_RESOURCE_PVT dependencies on PA_PLANNING_RESOURCE_UTILS

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

569:
570: IF p_resource_alias IS NULL AND (g_amg_flow = 'N' OR g_amg_flow IS NULL)
571: THEN
572: --hr_utility.trace('before g_token is : ' || g_token);
573: g_token := g_token || pa_planning_resource_utils.ret_Resource_Name(
574: p_Res_Type_Code => l_res_type,
575: P_Person_Id => p_person_id,
576: P_Bom_Resource_Id => p_bom_resource_id,
577: P_Job_Id => p_job_id,

Line 609: l_fin_cat_name := pa_planning_resource_utils.Ret_Fin_Category_Name(

605: l_inc_class_code := p_incur_by_res_code;
606: END IF;
607: END IF;
608: --hr_utility.trace('before all others g_token is : ' || g_token);
609: l_fin_cat_name := pa_planning_resource_utils.Ret_Fin_Category_Name(
610: P_FC_Res_Type_Code => p_fc_res_type_code,
611: P_Expenditure_Type => p_fin_category_name,
612: P_Expenditure_Category => p_fin_category_name,
613: P_Event_Type => p_fin_category_name,

Line 616: pa_planning_resource_utils.ret_Organization_Name(

612: P_Expenditure_Category => p_fin_category_name,
613: P_Event_Type => p_fin_category_name,
614: P_Revenue_Category_Code => p_fin_category_name);
615: l_org_name := nvl(p_organization_name,
616: pa_planning_resource_utils.ret_Organization_Name(
617: P_Organization_Id => p_organization_id));
618: l_supplier_name := nvl(p_vendor_name,
619: pa_planning_resource_utils.ret_supplier_Name(
620: P_supplier_id => p_vendor_id));

Line 619: pa_planning_resource_utils.ret_supplier_Name(

615: l_org_name := nvl(p_organization_name,
616: pa_planning_resource_utils.ret_Organization_Name(
617: P_Organization_Id => p_organization_id));
618: l_supplier_name := nvl(p_vendor_name,
619: pa_planning_resource_utils.ret_supplier_Name(
620: P_supplier_id => p_vendor_id));
621: l_role_name := p_team_role;
622: l_inc_by_name := pa_planning_resource_utils.Ret_Incur_By_Res_Name(
623: P_Person_Id => l_inc_person_id,

Line 622: l_inc_by_name := pa_planning_resource_utils.Ret_Incur_By_Res_Name(

618: l_supplier_name := nvl(p_vendor_name,
619: pa_planning_resource_utils.ret_supplier_Name(
620: P_supplier_id => p_vendor_id));
621: l_role_name := p_team_role;
622: l_inc_by_name := pa_planning_resource_utils.Ret_Incur_By_Res_Name(
623: P_Person_Id => l_inc_person_id,
624: P_Job_Id => l_inc_job_id,
625: P_Incur_By_Role_Id => l_inc_role_id,
626: P_Person_Type_Code => l_inc_person_type,

Line 661: pa_planning_resource_utils.Validate_Planning_Resource

657: * which will Validate the planning resource and the
658: * resource elements. If this package returns an error, then
659: * we need to throw an error and return, else proceed.
660: **********************************************************/
661: pa_planning_resource_utils.Validate_Planning_Resource
662: (p_task_name => null,
663: p_task_number => null,
664: p_planning_resource_alias => null,
665: p_resource_list_member_id => null,

Line 1117: PA_PLANNING_RESOURCE_UTILS. Get_Plan_Res_Combination(

1113: THEN
1114: /***************************************************
1115: * Get_Plan_Res_Combination
1116: *************************************************/
1117: PA_PLANNING_RESOURCE_UTILS. Get_Plan_Res_Combination(
1118: P_Resource_List_Member_Id => l_res_list_member_id,
1119: X_resource_alias => l_resource_alias,
1120: X_Plan_Res_Combination => l_res_combo,
1121: X_Return_Status => l_return_status,

Line 1258: PA_PLANNING_RESOURCE_UTILS.Get_Plan_Res_Combination(

1254: WHERE lookup_type = 'PA_PLANNING_RESOURCE'
1255: AND lookup_code = 'PLANNING_RESOURCE';
1256:
1257: g_token := g_token || nvl(p_resource_alias,
1258: PA_PLANNING_RESOURCE_UTILS.Get_Plan_Res_Combination(
1259: P_Resource_List_Member_Id => P_Resource_List_Member_Id));
1260: END IF;
1261:
1262: FND_MSG_PUB.initialize;

Line 1298: Pa_Planning_Resource_Utils.Get_Plan_Res_Combination(

1294: -- Derive the default alias and use that.
1295: /**************************************************
1296: * Derive the default Alias and Use that.
1297: ****************************************************/
1298: Pa_Planning_Resource_Utils.Get_Plan_Res_Combination(
1299: P_Resource_List_Member_Id => p_resource_list_member_id,
1300: X_resource_alias => l_resource_alias,
1301: X_Plan_Res_Combination => l_res_combo,
1302: X_Return_Status => x_return_status,

Line 1358: l_allowed := pa_planning_resource_utils.check_enable_allowed(

1354: -- --hr_utility.trace_on(null, 'RMENABLE');
1355: -- --hr_utility.trace('hdjhjdhdkahdkahdk - start');
1356: -- --hr_utility.trace('p_enabled_flag is : ' || p_enabled_flag);
1357: IF p_enabled_flag = 'Y' THEN
1358: l_allowed := pa_planning_resource_utils.check_enable_allowed(
1359: p_resource_list_member_id => p_resource_list_member_id);
1360:
1361: -- --hr_utility.trace('l_allowed is : ' || l_allowed);
1362: IF l_allowed = 'N' THEN

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

1453: FROM pa_lookups
1454: WHERE lookup_type = 'PA_PLANNING_RESOURCE'
1455: AND lookup_code = 'PLANNING_RESOURCE';
1456:
1457: g_token := g_token || PA_PLANNING_RESOURCE_UTILS.Get_Plan_Res_Combination(
1458: P_Resource_List_Member_Id => P_Resource_List_Member_Id);
1459: END IF;
1460:
1461: x_return_status := FND_API.G_RET_STS_SUCCESS;