Human Capital Management - EBS (MOSC)

MOSC Banner

Calling skip fast formula though PER_FORMULA_FUNCTIONS.RUN_FORMULA package

edited Mar 10, 2009 7:10AM in Human Capital Management - EBS (MOSC) 1 commentAnswered
When I tried to call one skip rule though procedure PER_FORMULA_FUNCTIONS.RUN_FORMULA it is giving me the following
error.

ORA-20001: The formula QNB_SKIP_HOUSING_ALLOWANCE could not be executed because
the context ORIGINAL_ENTRY_ID was not set. All the relevant context values must
be set before a formula can be executed.

code of script is

DECLARE
L_Test_Amount CHAR;
L_Assignment_Id NUMBER := 1650;
L_Assignment_Action_Id NUMBER := NULL;
L_Payroll_Id NUMBER := 61;
L_Business_Group_Id NUMBER := 0;
L_Calculation_Date DATE := TO_DATE('15-jul-2008');
L_Formula_Id NUMBER := 336;
L_ELEMENT_TYPE_ID NUMBER :=125;

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center