function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
kirankumarreddy punurukirankumarreddy punuru 

Salesforce workflow could not perform a pending action

Can some one tell me why this particular workflow error happening:
The following error occurred:
            Action Field Update Error
            A workflow or approval field update caused an error when saving this record. Contact your administrator to resolve it.
common.exception.SfdcSqlException: ORA-20067: OPPORTUNITY.PRICEBOOK2_ID
ORA-06512: at "DOC.SOPPORTUNITY", line 2481
ORA-06512: at line 1
 
{call sOpportunity.update_opportunities(?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}
 
{call sOpportunity.update_opportunities(?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}
 
Details:
Object Type: Opportunity
pconpcon
It looks lie you are hitting this [1] issue.  I would read over that article and try their suggestions.

[1] https://help.salesforce.com/HTViewSolution?id=000123556&language=en_US (https://help.salesforce.com/HTViewSolution?id=000123556&language=en_US)