DBA Data[Home] [Help]

APPS.PA_BUDGET_UTILS2 dependencies on PA_FIN_PLAN_TYPES_B

Line 325: pa_fin_plan_types_b pft

321: union all
322: select 'x' /* Org Forcast Versions */
323: from pa_budget_versions v,
324: pa_resource_assignments r,
325: pa_fin_plan_types_b pft
326: where r.task_id = x_task_id
327: and v.budget_type_code is null
328: and v.budget_version_id = r.budget_version_id
329: and v.fin_plan_type_id = pft.fin_plan_type_id

Line 362: pa_fin_plan_types_b pft

358: union all
359: select 'x' /* Org Forcast Versions */
360: from pa_budget_versions v,
361: pa_resource_assignments r,
362: pa_fin_plan_types_b pft
363: where r.task_id = x_task_id
364: and v.budget_type_code is null
365: and v.budget_version_id = r.budget_version_id
366: and v.fin_plan_type_id = pft.fin_plan_type_id