hi guys,
i have a problem when using fnd_global.apps_initialize not working . i am developing report RDF using oracle report builder 10g with oracle e-business r12.
this the code i am using in before report trigger in RDF:
l_user_id := fnd_profile.VALUE ('USER_ID'); l_resp_app_id := fnd_profile.VALUE ('RESP_APPL_ID'); l_resp_id := fnd_profile.VALUE ('RESP_ID'); fnd_global.apps_initialize (l_user_id, l_resp_id, l_resp_app_id);
and no error is showing but the session doesn’t initialized properly.
thanks in advance.