DBA Data[Home] [Help]

APPS.PA_RBS_ELEMENTS_PVT dependencies on DUAL

Line 1109: From Dual;

1105: Pa_Debug.G_Stage := 'Get the next available element identifier sequence value for add.';
1106: -- Get the next value in the sequence
1107: Select Pa_Rbs_Element_Identifier_S.NextVal
1108: Into X_Element_Identifier
1109: From Dual;
1110:
1111: ELSE
1112:
1113: Pa_Debug.G_Stage := 'Retrieve the element identifier value from pa_rbs_elements for update.';