DBA Data[Home] [Help]

APPS.PER_RI_CONFIG_UTILITIES dependencies on FND_APPLICATION_VL

Line 3451: fnd_application_vl apps,

3447: resp.version version,
3448: resp.web_host_name web_host_name,
3449: resp.web_agent_name web_agent_name
3450: from fnd_responsibility_vl resp,
3451: fnd_application_vl apps,
3452: fnd_menus menus
3453: where resp.application_id = apps.application_id
3454: and resp.menu_id = menus.menu_id
3455: and resp.responsibility_key = cp_new_responsibility_key;