DBA Data[Home] [Help]

APPS.PA_BUDGET_PVT dependencies on PA_FIN_PLAN_TYPES_VL

Line 1387: FROM pa_fin_plan_types_vl

1383:
1384: -- Get the name of the plan type
1385: SELECT name,use_for_workplan_flag
1386: INTO l_fin_plan_type_name,l_workplan_flag
1387: FROM pa_fin_plan_types_vl
1388: WHERE fin_plan_type_id = px_fin_plan_type_id;
1389:
1390: IF l_workplan_flag = 'Y' THEN
1391:

Line 6378: FROM pa_fin_plan_types_vl

6374:
6375: -- Get the plan type name
6376: SELECT name
6377: INTO l_fin_plan_type_name
6378: FROM pa_fin_plan_types_vl
6379: WHERE fin_plan_type_id = p_fin_plan_type_id;
6380:
6381:
6382: -- bug 4462614: added the following check for CI version for webadi context