DBA Data[Home] [Help]

APPS.MSC_GET_PROFILE dependencies on FND_RESPONSIBILITY_VL

Line 200: select responsibility_id into resp_id from fnd_responsibility_vl where responsibility_name=resp_name and application_id=appl_id;

196: select application_id into appl_id from fnd_application where application_short_name=application_name;
197: END IF;
198:
199: IF resp_name is NOT NULL THEN
200: select responsibility_id into resp_id from fnd_responsibility_vl where responsibility_name=resp_name and application_id=appl_id;
201: END IF;
202:
203: log_file_handle := utl_file.fopen(mydir, lv_file_name, 'w');
204: