Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
Don’t miss your chance to meet our SuiteGurus—NetSuite Support professionals and subject matter experts with extensive experience in select product areas, including OneWorld, Advanced & Basic Accounting, Supply Chain Management, Receivables & Payables, CRM, Account Administration, and the SuiteCloud Platform. Full Conference attendees can prebook exclusive 30-minute one-on-one sessions for your product questions.
Spots are limited! Register through your Agenda Builder and find SuiteGuru under Agenda Enhancements.
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