DBA Data[Home] [Help]

APPS.PA_PAXRWPTY_XMLP_PKG dependencies on PA_RESOURCE_LISTS_ACTIVE_V

Line 96: from pa_resource_lists_active_v

92: function get_resource_name (list_id number) return VARCHAR2 is
93: name varchar2(255);
94: cursor c is
95: select resource_list_name
96: from pa_resource_lists_active_v
97: where resource_list_id = list_id;
98: begin
99: open c;
100: fetch c into name;