Discussions
Join us for complimentary one-day events around the world and step into a future fueled by AI and limitless potential. Explore new breakthroughs, sharpen your skills, and connect with experts who are shaping what’s next. Experience bold keynotes, interactive learning, and connections that span the global NetSuite community. Discover what's next at SuiteConnect Tour 2026.
Creating journal entries using a stored procedure
I'm trying to develop a stored procedure to create journal entries for accrual data from another source.
I'm trying to launch the program GLEZL as follows in my PL/QL stored procedure.
l_Conc_Id := fnd_request.submit_request(application => 'SQLGL', -- application short name
program => 'GLLEZL', -- program short name
description => NULL, -- program name
start_time => NULL, -- start date
sub_request => FALSE, -- sub-request
argument1 => l_Interface_Id, -- interface run id
argument2 => l_access_set_id, -- Data access set id (in 11i it used to be set of books id)
argument3 => 'N', -- error to suspense flag