[Home] [Help]
722:
723: --Bug 3592145
724: --Deriving the element_name_id
725: Pa_Debug.G_Stage := 'Now getting a new rbs_element_name_id for the root element since it is based on rbs_version_id.';
726: Pa_Rbs_Utils.Populate_RBS_Element_Name (
727: P_Resource_Source_Id => P_Rbs_Version_To_Id,
728: P_Resource_Type_Id => -1,
729: X_Rbs_Element_Name_Id => l_new_element_name_id,
730: X_Return_Status => l_Dummy_Error_Status);
728: P_Resource_Type_Id => -1,
729: X_Rbs_Element_Name_Id => l_new_element_name_id,
730: X_Return_Status => l_Dummy_Error_Status);
731:
732: Pa_Debug.G_Stage := 'Check Pa_Rbs_Utils.Populate_RBS_Element_Name() returns error or not for getting ' ||
733: 'root element element_name_id.';
734: If l_Dummy_Error_Status = Fnd_Api.G_Ret_Sts_Success Then
735:
736: Pa_Debug.G_Stage := 'Updating the root element rbs record with the new element_name_id.';