DBA Data[Home] [Help]

APPS.PA_TASK_ASSIGNMENT_UTILS dependencies on PA_FIN_PLAN_TYPES_B

Line 3227: from pa_fin_plan_types_b

3223: CURSOR get_multi_cur_flag(c_project_id NUMBER) IS
3224: select nvl(PLAN_IN_MULTI_CURR_FLAG, 'N'), nvl(track_workplan_costs_flag, 'N'), nvl(cost_time_phased_code, 'N')
3225: from pa_proj_fp_options
3226: where fin_plan_type_id = (select fin_plan_type_id
3227: from pa_fin_plan_types_b
3228: where use_for_workplan_flag = 'Y')
3229: and project_id = c_project_id
3230: and fin_plan_option_level_code = 'PLAN_TYPE';
3231:

Line 4927: from pa_fin_plan_types_b

4923: from pa_proj_fp_options
4924:
4925: where fin_plan_type_id = (select fin_plan_type_id
4926:
4927: from pa_fin_plan_types_b
4928:
4929: where use_for_workplan_flag = 'Y')
4930:
4931: and project_id = p_project_id