DBA Data[Home] [Help]

APPS.PA_RBS_HEADER_PVT dependencies on PA_RBS_UTILS

Line 276: Pa_Debug.G_Stage := 'Get the element_name_id by calling Pa_Rbs_Utils.Populate_Rbs_Element_Name() procedure.';

272: Pa_Debug.G_Stage := 'Entering Insert_Structure_Element() Pvt.';
273: Pa_Debug.TrackPath('ADD','Insert_Structure_Element Pvt');
274:
275: -- pass in the version name to create rbs_element_name.
276: Pa_Debug.G_Stage := 'Get the element_name_id by calling Pa_Rbs_Utils.Populate_Rbs_Element_Name() procedure.';
277: Pa_Rbs_Utils.Populate_Rbs_Element_Name(
278: P_Resource_Source_Id => P_Rbs_Version_Id,
279: P_Resource_Type_Id => -1,
280: X_Rbs_Element_Name_Id => l_Rbs_Element_Name_Id,

Line 277: Pa_Rbs_Utils.Populate_Rbs_Element_Name(

273: Pa_Debug.TrackPath('ADD','Insert_Structure_Element Pvt');
274:
275: -- pass in the version name to create rbs_element_name.
276: Pa_Debug.G_Stage := 'Get the element_name_id by calling Pa_Rbs_Utils.Populate_Rbs_Element_Name() procedure.';
277: Pa_Rbs_Utils.Populate_Rbs_Element_Name(
278: P_Resource_Source_Id => P_Rbs_Version_Id,
279: P_Resource_Type_Id => -1,
280: X_Rbs_Element_Name_Id => l_Rbs_Element_Name_Id,
281: X_Return_Status => l_Error_Status);

Line 283: Pa_Debug.G_Stage := 'Check if the calling to Pa_Rbs_Utils.Populate_Rbs_Element_Name() procedure returned status of U.';

279: P_Resource_Type_Id => -1,
280: X_Rbs_Element_Name_Id => l_Rbs_Element_Name_Id,
281: X_Return_Status => l_Error_Status);
282:
283: Pa_Debug.G_Stage := 'Check if the calling to Pa_Rbs_Utils.Populate_Rbs_Element_Name() procedure returned status of U.';
284: If l_Error_Status = 'U' Then
285:
286: Pa_Debug.G_Stage := 'The call to Pa_Rbs_Utils.Populate_Rbs_Element_Name() procedure returned status Unexpected Error.';
287: Raise NO_RBS_ELEMENT_NAME;

Line 286: Pa_Debug.G_Stage := 'The call to Pa_Rbs_Utils.Populate_Rbs_Element_Name() procedure returned status Unexpected Error.';

282:
283: Pa_Debug.G_Stage := 'Check if the calling to Pa_Rbs_Utils.Populate_Rbs_Element_Name() procedure returned status of U.';
284: If l_Error_Status = 'U' Then
285:
286: Pa_Debug.G_Stage := 'The call to Pa_Rbs_Utils.Populate_Rbs_Element_Name() procedure returned status Unexpected Error.';
287: Raise NO_RBS_ELEMENT_NAME;
288:
289: End If;
290: