DBA Data[Home] [Help]

APPS.FA_RX_SHARED_PKG dependencies on FND_LOOKUPS

Line 944: from fnd_lookups ls, fnd_lookups lp, fnd_concurrent_programs_tl t,

940: select ltrim(ltrim(t.user_concurrent_program_name, 'RX-only:')),
941: b.concurrent_program_name, cr.argument_text,
942: cr.request_id, lp.meaning, ls.meaning, cr.phase_code, cr.status_code,
943: to_char(cr.request_date, dateform || ' HH24:MI:SS')
944: from fnd_lookups ls, fnd_lookups lp, fnd_concurrent_programs_tl t,
945: fnd_concurrent_programs b, fnd_concurrent_requests cr
946: where lp.lookup_type = 'CP_PHASE_CODE' and
947: lp.lookup_code = cr.phase_code and
948: ls.lookup_type = 'CP_STATUS_CODE' and