DBA Data[Home] [Help]

APPS.PA_RBS_VERSIONS_PVT dependencies on FND_API

Line 734: If l_Dummy_Error_Status = Fnd_Api.G_Ret_Sts_Success Then

730: X_Return_Status => l_Dummy_Error_Status);
731:
732: Pa_Debug.G_Stage := 'Check Pa_Rbs_Utils.Populate_RBS_Element_Name() returns error or not for getting ' ||
733: 'root element element_name_id.';
734: If l_Dummy_Error_Status = Fnd_Api.G_Ret_Sts_Success Then
735:
736: Pa_Debug.G_Stage := 'Updating the root element rbs record with the new element_name_id.';
737: Update Pa_Rbs_Elements
738: Set Rbs_Element_Name_Id = l_New_Element_Name_Id,

Line 779: x_Return_Status := Fnd_Api.G_Ret_Sts_Success;

775:
776: Begin
777:
778:
779: x_Return_Status := Fnd_Api.G_Ret_Sts_Success;
780: /*******************************************************
781: * First select the header_id that corresponds to this version.
782: * If multiple or no rows found then just set the x_return_status
783: * as Unexpected error and return.

Line 799: x_Return_Status := Fnd_Api.G_Ret_Sts_UnExp_Error;

795: Rbs_Version_Id = P_Rbs_Version_Id;
796:
797: Exception
798: When Others Then
799: x_Return_Status := Fnd_Api.G_Ret_Sts_UnExp_Error;
800: Return;
801: End;
802:
803: Update

Line 820: X_Return_Status := Fnd_Api.G_Ret_Sts_UnExp_Error;

816: And Rbs_Version_Id = P_Rbs_Version_Id;
817:
818: Exception
819: When Others Then
820: X_Return_Status := Fnd_Api.G_Ret_Sts_UnExp_Error;
821: Return;
822:
823: End Set_Reporting_Flag;
824: