Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: help in this command.

Re: help in this command.

From: What's in a namespace <xml_at_ns.com>
Date: Tue, 19 Dec 2006 14:22:12 +0100
Message-ID: <4587e770$0$320$e4fe514c@news.xs4all.nl>

"Paul" <paul_at_see.my.sig.com> schreef in bericht news:4siao29qjll2silt387ttoi9fpf7ve6m2k_at_4ax.com...
>
>
> apogeusistemas_at_gmail.com wrote:
>
>
>> What can I change in this command to see the request's name ?
>> select * from fnd_concurrent_requests where request_id=83015426;
>> When I execute this command I don't get the concurrent job name.
>
>
>
> First, issue the command "desc fnd_concurrent_requests" in SQLPlus and
> post the results here.
>
>
>
> Paul...
>
>
>
>
> --
>
> plinehan __at__ yahoo __dot__ __com__
>
> XP Pro, SP 2,
>
> Oracle, 10.2.0.1 (Express Edition)
> Interbase 6.0.1.0;
>
> When asking database related questions, please give other posters
> some clues, like operating system, version of db being used and DDL.
> The exact text and/or number of error messages is useful (!= "it didn't
> work!").
> Thanks.
>
> Furthermore, as a courtesy to those who spend
> time analysing and attempting to help, please
> do not top post.

fnd_concurrent_requests (fcr) is a standard EBS table. Link it to fnd_concurrent_programs (fcp) to get more info... by linking fcr.program_application_id = fcp.application_id

Shakespeare Received on Tue Dec 19 2006 - 07:22:12 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US