DBA Data[Home] [Help]

APPS.PA_RBS_ELEMENTS_PVT dependencies on DUAL

Line 1135: From Dual;

1131: Pa_Debug.G_Stage := 'Get the next available element identifier sequence value for add.';
1132: -- Get the next value in the sequence
1133: Select Pa_Rbs_Element_Identifier_S.NextVal
1134: Into X_Element_Identifier
1135: From Dual;
1136:
1137: ELSE
1138:
1139: Pa_Debug.G_Stage := 'Retrieve the element identifier value from pa_rbs_elements for update.';