DBA Data[Home] [Help]

APPS.BEN_EXT_WRITE dependencies on FND_REQUEST

Line 4681: l_fnd_out := fnd_request.add_layout

4677: end if ;
4678:
4679: --- popilate the variable for post poroccing of cm - templates
4680:
4681: l_fnd_out := fnd_request.add_layout
4682: (template_appl_name => l_application_short_name,
4683: template_code => l_template_code,
4684: template_language => l_default_language,
4685: template_territory => l_default_territory,

Line 4692: l_request_id := fnd_request.submit_request

4688:
4689: --- call the concurrent manager with XML output
4690:
4691:
4692: l_request_id := fnd_request.submit_request
4693: (application => 'BEN',
4694: program => 'BENXMLWRIT',
4695: description => NULL,
4696: sub_request => FALSE,

Line 5276: l_request_id := fnd_request.submit_request

5272:
5273: end if ;
5274: --
5275: -- now call the error report to report warnings etc.
5276: l_request_id := fnd_request.submit_request
5277: (application => 'BEN',
5278: program => 'BENXERRO',
5279: description => NULL,
5280: sub_request => FALSE,