DBA Data[Home] [Help]

APPS.PA_RBS_VERSIONS_PUB dependencies on PA_RBS_ELEMENT_IDENTIFIER_S

Line 771: Element_Identifier = Pa_Rbs_Element_Identifier_S.NextVal

767: Pa_Debug.G_Stage:= 'Updating element identifiers of the rbs elements for the working version which do not match latest freeze.';
768: -- Bug 3635614 changed the update statement by removing the start with and connect by prior clause and used where clause instead
769: Update pa_rbs_elements
770: Set
771: Element_Identifier = Pa_Rbs_Element_Identifier_S.NextVal
772: Where
773: Rbs_Element_Id IN (
774: Select
775: Distinct a.Rbs_Element_Id