Hi,
I am in process of using the FNDLOAD in pl/sql packge to get rid of MD120s for the setups when we move any customization to the production instance.
Our instance details :
11.5.8
Windows server.
I tried using the FNDLOAD in the pl/sql package to DOWNLOAD and UPLOAD the *.ldt file for program definitions.
But while using the DOWNLOAD option, I could not get to work this properly.
I used the following syntax for the same.
l_req_id := fnd_request.submit_request
(program => ‘FNDLOAD’,
application => ‘FND’,
description => NULL,
start_time => NULL,
sub_request => FALSE,
argument1 => ‘DOWNLOAD’,
argument2 => ‘@FND:/patch/115/import/afcpprog.lct’,
argument3 => l_data_file, —holding the data file directory
argument4 => ‘PROGRAM’,
argument5 => l_entity_arg);—holding value <CONCURRENT_PROGRAM_NAME=’XXXX’>
This is creating the .ldt file with only the skeleton of the concurrent program (metadata) without any details of the program XXXX.
If anyone faced this before, Please let me know the proper syntax for this.
Thanks in advance.
Regards,
Senthil.