DBA Data[Home] [Help]

APPS.PA_TASK_UTILS dependencies on PA_RESOURCE_LISTS_ALL_BG

Line 1530: from pa_resource_lists_all_bg

1526: varchar2
1527: is
1528: cursor c1 is
1529: select description
1530: from pa_resource_lists_all_bg
1531: where resource_list_id = p_resource_list_id;
1532:
1533: l_rl_name pa_resource_lists_all_bg.description%type ;
1534:

Line 1533: l_rl_name pa_resource_lists_all_bg.description%type ;

1529: select description
1530: from pa_resource_lists_all_bg
1531: where resource_list_id = p_resource_list_id;
1532:
1533: l_rl_name pa_resource_lists_all_bg.description%type ;
1534:
1535: begin
1536: open c1;
1537: fetch c1 into l_rl_name;