DBA Data[Home] [Help]

APPS.FA_RX_SHARED_PKG dependencies on FND_CONCURRENT_REQUESTS

Line 945: fnd_concurrent_programs b, fnd_concurrent_requests cr

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
949: ls.lookup_code = cr.status_code and

Line 1055: from fnd_concurrent_requests

1051: argument21, argument22, argument23, argument24, argument25
1052: into arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10,
1053: arg11, arg12, arg13, arg14, arg15, arg16, arg17, arg18,
1054: arg19, arg20, arg21, arg22, arg23, arg24, arg25
1055: from fnd_concurrent_requests
1056: where request_id = req_id;
1057:
1058: end get_arguments;
1059: