Procurement - EBS (MOSC)

MOSC Banner

Program Mass Close of Purchasing Documents not working when submiited from backend

edited Jun 19, 2019 10:47AM in Procurement - EBS (MOSC) 1 commentAnswered

Hi Team,

As you are aware, there's no Public API available to close POs grammatically using API Approach. To achieve this requirement we have decided to call Mass Close of Purchasing Documents ('POXMCL') from backend using loop.

But, if we submit this from backend Program is unable to close the Purchase Order where as if we submit from Application it works fine.

Pls help on this.

Below is the code snippet we are using to submit the program.

declare

l_request_id NUMBER;

begin

fnd_global.apps_initialize (user_id => 7941,

resp_id => 51891,

resp_appl_id => 201

);

mo_global.set_policy_context ('S', 251);

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