add

About Me

My photo
Oracle Apps - Techno Functional consultant

Saturday, August 6

Concurrent Program Registration Backend

Backend Program Registration:
==============================
fnd_program.executable
fnd_program.register
fnd_program.parameter
fnd_program.request_group
fnd_program.add_to_group - Add the C.P to the Request Group
fnd_program.delete_executable
fnd_program.incompatibility -Add Incompatibility Porogram

Create Executable from Backend:
==============================
Begin
fnd_program.executable('ERPREPORT',
'PO',
'AAAAA',
'This is Optional',
'Oracle Reports',
'USER_REPORT',
'',
'',
'US',
'');
Commit;
End;

No comments: