DBA Data[Home] [Help]

APPS.PA_BUDGET_PUB dependencies on PA_GET_RESOURCE

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

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

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

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

Line 11276: pa_get_resource.Get_Uncateg_Resource_Info

11272:
11273: IF l_budget_type_code IS NOT NULL THEN
11274:
11275: IF l_categorization_code = 'N' THEN
11276: pa_get_resource.Get_Uncateg_Resource_Info
11277: (p_resource_list_id => l_uncategorized_list_id,
11278: p_resource_list_member_id => l_uncategorized_rlmid,
11279: p_resource_id => l_uncategorized_resid,
11280: p_track_as_labor_flag => l_track_as_labor_flag,

Line 11372: pa_get_resource.Get_Uncateg_Resource_Info

11368: END IF;
11369:
11370: ELSE -- Bug 3453650 budget_type_code is not null
11371:
11372: pa_get_resource.Get_Uncateg_Resource_Info
11373: (p_resource_list_id => l_uncategorized_list_id,
11374: p_resource_list_member_id => l_uncategorized_rlmid,
11375: p_resource_id => l_uncategorized_resid,
11376: p_track_as_labor_flag => l_track_as_labor_flag,