DBA Data[Home] [Help]

APPS.PA_BUDGET_PUB dependencies on PA_GET_RESOURCE

Line 622: * we should consider using pa_get_resource.get_uncateg_Resource_info. Not

618: * for old budgets model which retrieves UOM from pa_resources (HOURS). As such,
619: * since UOM is not used in create_draft_budget api FOR OLD BUDGETS MODEL, reusing
620: * the below api for both old and new budget model resource lists. If for some
621: * reason in future, UOM of uncatrlm is to be used even for old budgets model,
622: * we should consider using pa_get_resource.get_uncateg_Resource_info. Not
623: * changing it now, since, pa_get_resource.get_uncateg_resource_info owned by RF
624: * team, as of now, has the same performance issue of full table scans on RLM
625: * and pa_resources tables. */
626: --Get the uncategorized resource list info.

Line 623: * changing it now, since, pa_get_resource.get_uncateg_resource_info owned by RF

619: * since UOM is not used in create_draft_budget api FOR OLD BUDGETS MODEL, reusing
620: * the below api for both old and new budget model resource lists. If for some
621: * reason in future, UOM of uncatrlm is to be used even for old budgets model,
622: * we should consider using pa_get_resource.get_uncateg_Resource_info. Not
623: * changing it now, since, pa_get_resource.get_uncateg_resource_info owned by RF
624: * team, as of now, has the same performance issue of full table scans on RLM
625: * and pa_resources tables. */
626: --Get the uncategorized resource list info.
627: pa_fin_plan_utils.Get_Uncat_Resource_List_Info

Line 11078: pa_get_resource.Get_Uncateg_Resource_Info

11074:
11075: IF l_budget_type_code IS NOT NULL THEN
11076:
11077: IF l_categorization_code = 'N' THEN
11078: pa_get_resource.Get_Uncateg_Resource_Info
11079: (p_resource_list_id => l_uncategorized_list_id,
11080: p_resource_list_member_id => l_uncategorized_rlmid,
11081: p_resource_id => l_uncategorized_resid,
11082: p_track_as_labor_flag => l_track_as_labor_flag,

Line 11174: pa_get_resource.Get_Uncateg_Resource_Info

11170: END IF;
11171:
11172: ELSE -- Bug 3453650 budget_type_code is not null
11173:
11174: pa_get_resource.Get_Uncateg_Resource_Info
11175: (p_resource_list_id => l_uncategorized_list_id,
11176: p_resource_list_member_id => l_uncategorized_rlmid,
11177: p_resource_id => l_uncategorized_resid,
11178: p_track_as_labor_flag => l_track_as_labor_flag,