804:
805:
806: insert into pa_ppr_obj_tmp2 ( object_id , parent_object_id )
807: select rbs_element_id , nvl(parent_element_id,0)
808: from pa_rbs_elements
809: where rbs_version_id = l_rbs_cbs_version_id_2 ;
810:
811: end if;
812:
862: ppr_log('into RBS ');
863:
864: insert into pa_ppr_obj_tmp ( object_id , parent_object_id )
865: select rbs_element_id , nvl(parent_element_id,0)
866: from pa_rbs_elements
867: where rbs_version_id = l_rbs_cbs_version_id ;
868:
869: end if;
870: