WorkForce Compensation - Hierarchy Determination Fast Formula
Summary
Hierarchy Determination Fast FormulaContent
I have a simple requirement that the Compensation worksheet finally go for approval to a single HR Rep. For this I have selected formula as source for Configure Hierarchies step of the plan configuration. This is sample FF code:
/***********************************************************
FORMULA NAME : Compensation Hierarchy Determination Formula
FORMULA TYPE : Compensation Hierarchy Determination
DESCRIPTION: Hierarchy determination fast formula which is based on assignment_id
************************************************************/
/*=========== INPUT VALUES DEFAULTS BEGIN =====================*/
INPUTS ARE CMP_IV_ASSIGNMENT_ID (number), CMP_IV_PLAN_ID (number), CMP_IV_PERIOD_ID (number)/*=========== INPUT VALUES DEFAULTS ENDS======================*/
/*================ FORMULA SECTION BEGIN =======================*/
L_FORMULA_NAME = 'CC_CMP_MGR_HIERARCHY'