DBA Data[Home] [Help]

APPS.PA_RBS_UTILS dependencies on PA_RESOURCE_LISTS_TL

Line 2502: FROM pa_resource_lists_tl

2498: SELECT name,
2499: description,
2500: language,
2501: source_lang
2502: FROM pa_resource_lists_tl
2503: WHERE resource_list_id = p_resource_list_id;
2504:
2505: CURSOR get_parents (p_resource_list_id NUMBER) IS
2506: SELECT resource_list_member_id,

Line 2688: -- Insert into the RBS Headers TL table from pa_resource_lists_tl.

2684: 'Y');
2685:
2686: --dbms_output.put_line('Created RBS Header : ' || l_rbs_header_id);
2687:
2688: -- Insert into the RBS Headers TL table from pa_resource_lists_tl.
2689: FOR l_names in get_lists_names(l_list.resource_list_id) LOOP -- RBS H TL Loop
2690:
2691: --dbms_output.put_line('Creating RBS Header Names TL');
2692: --dbms_output.put_line('RBS Header Name is: ' || l_names.name);