APP-FF-33005: 在进行初始化之前,使用局部变量 月基薪信息_月基薪金额_分录值
在编译公式时,报错,报错信息如下:APP-FF-33005: 在进行初始化之前,使用局部变量 月基薪信息_月基薪金额_分录值
原因:在分配任何值之前,使用了错误信息中指名的变量,因此该变量包含没有意义的值。
措施:请确保在使用前已分配变量。[code]
/*
计算月基薪公式
*/
DEFAULT FOR 月基薪信息_月基薪金额_分录值 is 0
DEFAULT FOR ASG_PAYROLL is '_'
DEFAULT FOR ASG_NUMBER IS '_'
DEFAULT FOR PAY_PROC_PERIOD_START_DATE IS '0001/01/01 00:00:00' (DATE)
DEFAULT FOR PAY_PROC_PERIOD_END_DATE IS '0001/01/01 00:00:00' (DATE)
月基薪金额 = 0
月基薪金额 = 月基薪信息_月基薪金额_分录值
return 月基薪金额
[/code]
解决方法
把要素项输入值的数据库项目那个勾,勾选上即可。然后变更。保存即可。
app-ff-33523
不好,点击保存是报这个错:app-ff-33523[quote]APP-FF-33523: 验证 &1 时,出现 Oracle 错误 -2303。ORA-02303: 无法使用类型或表的相关性来删除或取代一个类型
原因:函数 ffscmp() 中出现 Oracle 错误。
措施:请向您的系统管理员咨询。
--------------------------------------------------------------
ORA-02303: 无法使用类型或表的相关性来删除或取代一个类型[/quote]
这是在英文环境下的错误信息:
[quote]
APP-FF-33523: Oracle Error -2303 verifying &1. ORA-02303: cannot drop or replace a type with type or table dependents
Cause: An Oracle error occurred in the function ffscmp().
Action: Please refer to your system administrator.
--------------------------------------------------------------
ORA-02303: cannot drop or replace a type with type or table dependents
[/quote] 这个 ORA 2303 cannot drop or replace a type with type or table dependents
是DB 的错误提示
APP-FF-33523: Oracle Error -2303 verifying &1. 这个不知道为什么。看起来是系统的问题。因为公式也没有错误。 老大,解决了吗?
页:
[1]