DBA Data[Home] [Help]

APPS.PA_FIN_PLAN_UTILS2 dependencies on PA_RESOURCE_LISTS_V

Line 642: from pa_resource_lists_v

638:
639: If l_resource_list_id is not null then
640: select name
641: into l_resource_list_name
642: from pa_resource_lists_v
643: where resource_list_id = l_resource_list_id;
644: End if;
645:
646: x_res_list_id := l_resource_list_id;