Order Management - EBS (MOSC)

MOSC Banner

Pick Release srs

edited Sep 15, 2012 10:25PM in Order Management - EBS (MOSC) 2 commentsAnswered
Hi,
I am trying to loaunch a pick release srs program to launch pick release from pl/sql but i am facing an error


fnd_global.apps_initialize (1211,21876,401);
-- mo_global.set_policy_context ('S', 93);
---inv_globals.set_org_id (102);
mo_global.init ('INV');
V_REQUEST_ID := FND_REQUEST.SUBMIT_REQUEST (application =>'WSH', -- APPLICATION SHORT NAME OF THE CONCURRENT PROGRAM.
program =>'WSHPSRS', -- PROGRAM SHORT NAME.
description => 'Pick Rule Automatic ', -- DESCRIPTION OF THE PROGRAM.
start_time =>SYSDATE, -- SUBMITTED DATE. ALWAYS GIVE THE SYSDATE.
sub_request =>FALSE, -- ALWAYS GIVE THE FLASE.
argument1 =>1, -- PASSING THE VALUE TO THE FIRST PARAMETER OF THE REPORT.

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