DBA Data[Home] [Help]

APPS.PA_RBS_VERSIONS_PVT dependencies on PA_RBS_UTILS

Line 719: Pa_Rbs_Utils.Populate_RBS_Element_Name (

715:
716: --Bug 3592145
717: --Deriving the element_name_id
718: Pa_Debug.G_Stage := 'Now getting a new rbs_element_name_id for the root element since it is based on rbs_version_id.';
719: Pa_Rbs_Utils.Populate_RBS_Element_Name (
720: P_Resource_Source_Id => P_Rbs_Version_To_Id,
721: P_Resource_Type_Id => -1,
722: X_Rbs_Element_Name_Id => l_new_element_name_id,
723: X_Return_Status => l_Dummy_Error_Status);

Line 725: Pa_Debug.G_Stage := 'Check Pa_Rbs_Utils.Populate_RBS_Element_Name() returns error or not for getting ' ||

721: P_Resource_Type_Id => -1,
722: X_Rbs_Element_Name_Id => l_new_element_name_id,
723: X_Return_Status => l_Dummy_Error_Status);
724:
725: Pa_Debug.G_Stage := 'Check Pa_Rbs_Utils.Populate_RBS_Element_Name() returns error or not for getting ' ||
726: 'root element element_name_id.';
727: If l_Dummy_Error_Status = Fnd_Api.G_Ret_Sts_Success Then
728:
729: Pa_Debug.G_Stage := 'Updating the root element rbs record with the new element_name_id.';