DBA Data[Home] [Help]

APPS.FA_RX_SHARED_PKG dependencies on FND_LOOKUPS

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

1092: select ltrim(ltrim(t.user_concurrent_program_name, 'RX-only:')),
1093: b.concurrent_program_name, cr.argument_text,
1094: cr.request_id, lp.meaning, ls.meaning, cr.phase_code, cr.status_code,
1095: to_char(cr.request_date, dateform || ' HH24:MI:SS')
1096: from fnd_lookups ls, fnd_lookups lp, fnd_concurrent_programs_tl t,
1097: fnd_concurrent_programs b, fnd_concurrent_requests cr
1098: where lp.lookup_type = 'CP_PHASE_CODE' and
1099: lp.lookup_code = cr.phase_code and
1100: ls.lookup_type = 'CP_STATUS_CODE' and