DBA Data[Home] [Help]

APPS.PA_TASK_ASSIGNMENT_UTILS dependencies on PA_FIN_PLAN_TYPES_B

Line 3342: from pa_fin_plan_types_b

3338: CURSOR get_multi_cur_flag(c_project_id NUMBER) IS
3339: select nvl(PLAN_IN_MULTI_CURR_FLAG, 'N'), nvl(track_workplan_costs_flag, 'N'), nvl(cost_time_phased_code, 'N')
3340: from pa_proj_fp_options
3341: where fin_plan_type_id = (select fin_plan_type_id
3342: from pa_fin_plan_types_b
3343: where use_for_workplan_flag = 'Y')
3344: and project_id = c_project_id
3345: and fin_plan_option_level_code = 'PLAN_TYPE';
3346:

Line 5043: from pa_fin_plan_types_b

5039: from pa_proj_fp_options
5040:
5041: where fin_plan_type_id = (select fin_plan_type_id
5042:
5043: from pa_fin_plan_types_b
5044:
5045: where use_for_workplan_flag = 'Y')
5046:
5047: and project_id = p_project_id