1.

If We Want To Pass A Parameter Payroll Id To This External Pl/sql Function, How Can We Do It?

Answer»

The “Define Function” SCREEN has a button named “CONTEXT USAGE”. It contains all those context variables that are available for that formula TYPE; you can refer these variables in pl/sql package function as a parameter

All context variables registered in function need to be in the same order as are defined in pl/sql package function. While CALLING this function in fast formula, we don’t pass context parameters

The “Define Function” screen has a button named “Context Usage”. It contains all those context variables that are available for that formula type; you can refer these variables in pl/sql package function as a parameter

All context variables registered in function need to be in the same order as are defined in pl/sql package function. While calling this function in fast formula, we don’t pass context parameters



Discussion

No Comment Found