DBA Data[Home] [Help]

APPS.PA_RBS_HEADER_PVT dependencies on PA_RBS_UTILS

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

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

Line 273: Pa_Rbs_Utils.Populate_Rbs_Element_Name(

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

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

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

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

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