DBA Data[Home] [Help]

APPS.JTF_DIAGNOSTIC_COREAPI dependencies on FND_RESPONSIBILITY_TL

Line 1952: || ' , FND_RESPONSIBILITY_TL g'

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

Line 4055: fnd_responsibility_tl r,

4051: from fnd_profile_option_values v,
4052: fnd_profile_options o,
4053: fnd_profile_options_tl ot,
4054: fnd_application_tl a,
4055: fnd_responsibility_tl r,
4056: fnd_user u
4057: where o.application_id = nvl(p_application_id, o.application_id)
4058: and o.profile_option_name = nvl(p_short_name, o.profile_option_name)
4059: and v.LEVEL_VALUE =

Line 4097: fnd_responsibility_tl r,

4093: from fnd_profile_option_values v,
4094: fnd_profile_options o,
4095: fnd_profile_options_tl ot,
4096: fnd_application_tl a,
4097: fnd_responsibility_tl r,
4098: fnd_user u
4099: where o.application_id = nvl(p_application_id, o.application_id)
4100: and o.profile_option_name = nvl(p_short_name, o.profile_option_name)
4101: and v.LEVEL_VALUE =