General Ledger - EBS (MOSC)

MOSC Banner

How to submit the GL Journal Batch Posting(GLPPOSS) Program from Backend/Workflow/PL/SQL?

edited Sep 16, 2020 3:25PM in General Ledger - EBS (MOSC) 4 commentsAnswered
How to submit the GL Journal Batch Posting(GLPPOSS) Program from Backend/Workflow/PL/SQL?
Actually I am trying to run the below script but posting program says "PPOS0154: There are no batches to post - posting completed ". Posting: Single Ledger is completed with Warning.

DECLARE
L_REQUEST_ID NUMBER;
posting_run_id NUMBER;
BEGIN
Fnd_global.apps_initialize( user_id => 1396, resp_id => 50950, resp_appl_id => 101);
-- mo_global.init ('SQLGL');
mo_global.set_policy_context ('S', fnd_profile.VALUE ('ORG_ID'));
posting_run_id := GL_JE_POSTING_S.NEXTVAL;
L_REQUEST_ID:=fnd_request.submit_request(
'SQLGL',
'GLPPOSS',
NULL,

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