Oracle Forms (MOSC)

MOSC Banner

Cannot initiate Workflow Monitor Activity from custome form.

edited Mar 4, 2012 11:37PM in Oracle Forms (MOSC) 3 commentsAnswered
Hi ,

DataBase = 9.2.0.6

Application = 11.5.9

We have a custom application. We are trying to initiate the "Workflow Monitor Activity History" through one of our custome forms.

We are implementing iExpense in our organization so we were asked by oracle to apply some patches so that we become almost equivalent to 11.5.10 ( appliaction ).

After these patches we are not able to initiate the "Workflow Monitor Activity History" for our custom forms.

We were using the below code to initiate the workflow.


*********************************************************************************************************************************************************

 v_accesskey  := wf_monitor.GetAccessKey(p_itemtype, p_itemkey,'N');
    v_parameters := 'ITEM_TYPE='||p_itemtype||' ITEM_KEY='||p_itemkey||' ADMIN_MODE=N ACCESS_KEY='||v_accesskey;

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