DBA Data[Home] [Help]

APPS.FA_RX_SHARED_PKG dependencies on FND_CONCURRENT_REQUESTS

Line 1097: fnd_concurrent_programs b, fnd_concurrent_requests cr

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

Line 1207: from fnd_concurrent_requests

1203: argument21, argument22, argument23, argument24, argument25
1204: into arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10,
1205: arg11, arg12, arg13, arg14, arg15, arg16, arg17, arg18,
1206: arg19, arg20, arg21, arg22, arg23, arg24, arg25
1207: from fnd_concurrent_requests
1208: where request_id = req_id;
1209:
1210: end get_arguments;
1211: