DBA Data[Home] [Help]

APPS.JTF_DIAGNOSTIC_COREAPI dependencies on FND_RESPONSIBILITY_TL

Line 1956: || ' , FND_RESPONSIBILITY_TL g'

1952: || ' , FND_PROFILE_OPTIONS_TL b'
1953: || ' , FND_PROFILE_OPTION_VALUES c'
1954: || ' , FND_USER d'
1955: || ' , FND_USER e'
1956: || ' , FND_RESPONSIBILITY_TL g'
1957: || ' , FND_APPLICATION h'
1958: || ' where a.application_id = nvl(' || nvl(p_application_id,'null')
1959: || ' , a.application_id)'
1960: || ' and a.profile_option_name = nvl(''' || p_short_name

Line 4063: fnd_responsibility_tl r,

4059: from fnd_profile_option_values v,
4060: fnd_profile_options o,
4061: fnd_profile_options_tl ot,
4062: fnd_application_tl a,
4063: fnd_responsibility_tl r,
4064: fnd_user u
4065: where o.application_id = nvl(p_application_id, o.application_id)
4066: and o.profile_option_name = nvl(p_short_name, o.profile_option_name)
4067: and v.LEVEL_VALUE =

Line 4105: fnd_responsibility_tl r,

4101: from fnd_profile_option_values v,
4102: fnd_profile_options o,
4103: fnd_profile_options_tl ot,
4104: fnd_application_tl a,
4105: fnd_responsibility_tl r,
4106: fnd_user u
4107: where o.application_id = nvl(p_application_id, o.application_id)
4108: and o.profile_option_name = nvl(p_short_name, o.profile_option_name)
4109: and v.LEVEL_VALUE =