DBA Data[Home] [Help]

APPS.PA_RBS_ELEMENTS_PVT dependencies on PA_RBS_ELEMENT_IDENTIFIER_S

Line 1133: Select Pa_Rbs_Element_Identifier_S.NextVal

1129: IF P_Mode = 'A' THEN
1130:
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