DBA Data[Home] [Help]

APPS.AD_ZD_ADOP dependencies on FND_REQUEST

Line 335: c_reqid := FND_REQUEST.SUBMIT_REQUEST(application=>'AD',

331: /*
332: * Submit a new CP request only in case of no ADZDPATCH CP requests
333: * with PENDING or RUNNING status.
334: */
335: c_reqid := FND_REQUEST.SUBMIT_REQUEST(application=>'AD',
336: program=>'ADZDPATCH');
337:
338: /*
339: * the below commit is needed to commit the submitted request above