DBA Data[Home] [Help]

APPS.PA_TASK_UTILS dependencies on PA_RESOURCE_LISTS_ALL_BG

Line 1742: from pa_resource_lists_all_bg

1738: varchar2
1739: is
1740: cursor c1 is
1741: select description
1742: from pa_resource_lists_all_bg
1743: where resource_list_id = p_resource_list_id;
1744:
1745: l_rl_name pa_resource_lists_all_bg.description%type ;
1746:

Line 1745: l_rl_name pa_resource_lists_all_bg.description%type ;

1741: select description
1742: from pa_resource_lists_all_bg
1743: where resource_list_id = p_resource_list_id;
1744:
1745: l_rl_name pa_resource_lists_all_bg.description%type ;
1746:
1747: begin
1748: open c1;
1749: fetch c1 into l_rl_name;