When calling GLBalanceAnalysisHandling.svc/BalPipeLineFunc via postman receive below database error is received.
What am i missing here? ACCOUNT_GROUP_DESC is not a parameter in BalPipeLineFunc.
/int/ifsapplications/projection/v1/GLBalanceAnalysisHandling.svc/BalPipeLineFunc(Company='10',CompList=null,CompName=null,CompGroupList=null,BalanceSetId=null,IncludeHoldTable=false,SimulationVoucher=IfsApp.GLBalanceAnalysisHandling.SimulationVoucherEnum'Normal',MultiCompany=false,Attribute=null,AttribValue=null,ShowAllBalances=false,WhereStmnt=null,NavStatus='FALSE',RepMapStartYearPeriod=null,RepMapYearPeriod=null,RepMapYear=null,RepMapPeriod=null,ExcludePeriods=null,PeriodMappingExists=null,FromYear=2023,ToYear=2023,FromPeriod=2,ToPeriod=2,FromYearPeriod=null,ToYearPeriod=null)
{
"error": {
"code": "DATABASE_ERROR",
"message": "Database error occurred. Contact administrator.",
"details": r
{
"code": 904,
"message": "ORA-00904: \"ACCOUNT_GROUP_DESC\": invalid identifier"
}
]
}
}