DBA Data[Home] [Help]

APPS.PA_GET_RESOURCE dependencies on PA_PROJ_FP_OPTIONS

Line 1185: From pa_proj_fp_options

1181:
1182: Cursor check_resource_proj_fp_list (l_resource_list_id NUMBER)
1183: IS
1184: Select 'X'
1185: From pa_proj_fp_options
1186: Where all_resource_list_id = l_resource_list_id
1187: OR cost_resource_list_id = l_resource_list_id
1188: OR revenue_resource_list_id = l_resource_list_id;
1189: