DBA Data[Home] [Help]

APPS.PA_RBS_VERSIONS_PVT dependencies on FND_API

Line 727: If l_Dummy_Error_Status = Fnd_Api.G_Ret_Sts_Success Then

723: X_Return_Status => l_Dummy_Error_Status);
724:
725: Pa_Debug.G_Stage := 'Check Pa_Rbs_Utils.Populate_RBS_Element_Name() returns error or not for getting ' ||
726: 'root element element_name_id.';
727: If l_Dummy_Error_Status = Fnd_Api.G_Ret_Sts_Success Then
728:
729: Pa_Debug.G_Stage := 'Updating the root element rbs record with the new element_name_id.';
730: Update Pa_Rbs_Elements
731: Set Rbs_Element_Name_Id = l_New_Element_Name_Id,

Line 772: x_Return_Status := Fnd_Api.G_Ret_Sts_Success;

768:
769: Begin
770:
771:
772: x_Return_Status := Fnd_Api.G_Ret_Sts_Success;
773: /*******************************************************
774: * First select the header_id that corresponds to this version.
775: * If multiple or no rows found then just set the x_return_status
776: * as Unexpected error and return.

Line 792: x_Return_Status := Fnd_Api.G_Ret_Sts_UnExp_Error;

788: Rbs_Version_Id = P_Rbs_Version_Id;
789:
790: Exception
791: When Others Then
792: x_Return_Status := Fnd_Api.G_Ret_Sts_UnExp_Error;
793: Return;
794: End;
795:
796: Update

Line 813: X_Return_Status := Fnd_Api.G_Ret_Sts_UnExp_Error;

809: And Rbs_Version_Id = P_Rbs_Version_Id;
810:
811: Exception
812: When Others Then
813: X_Return_Status := Fnd_Api.G_Ret_Sts_UnExp_Error;
814: Return;
815:
816: End Set_Reporting_Flag;
817: