Search found 8 matches

by anne simms
Thu Nov 01, 2007 2:32 pm
Forum: Financials (GL, AP, AR, FA & CM)
Topic: Multi-Org Question for 11.5.10
Replies: 0
Views: 1245

Multi-Org Question for 11.5.10

My client is upgrading the 11.5.10 and wants to use the multi-org function. Has any of the following requirements changed for using multi-org in 11.510, see below:

1. Define Organization Structure.

* This is a pen and paper process of setting up the organizations structure.

* Assign organization ...
by anne simms
Tue Oct 30, 2007 11:48 am
Forum: Financials (GL, AP, AR, FA & CM)
Topic: Multi org concepts
Replies: 3
Views: 1852

Also you can run the following sql:

select multi_org_flag
from apps.fnd_product_groups;

Anne
by anne simms
Tue Oct 30, 2007 11:41 am
Forum: General / Others
Topic: Are you working and/or learning ORACLE PROJECTS?
Replies: 4
Views: 2327

I know Oracle Projects and work in it.

Anne
by anne simms
Tue Oct 23, 2007 8:52 pm
Forum: Financials (GL, AP, AR, FA & CM)
Topic: Multi org setup
Replies: 15
Views: 7300

I have some questions about multi-org setup in 11.5.8. Here is the scenario.

My client wants to convert to multi-org in 11.5.8 to get separate financial reporting for two ?entities? that are not legal entitites but for which they need a separate set of books.

My questions are:
1. Wouldn't ...
by anne simms
Tue Oct 02, 2007 4:49 pm
Forum: Reports (Only Oracle Apps Reports)
Topic: Lexical References and Parameters
Replies: 3
Views: 2888

Thanks for explaining that it makes sense now. I have some other questions related to what you said.

1. Are report parameters always put in your after_parameter_form trigger area? or does this just depend on the report and the situation?

2. What exactly would this &lexical_example lexical ...
by anne simms
Tue Sep 25, 2007 10:58 am
Forum: Reports (Only Oracle Apps Reports)
Topic: Lexical References and Parameters
Replies: 3
Views: 2888

Any suggestions of any sort???

Anne
by anne simms
Wed Sep 19, 2007 4:25 pm
Forum: Reports (Only Oracle Apps Reports)
Topic: check printing
Replies: 1
Views: 1984

I have used the following in the past:

/*******************************************************
Update statement for applications
to print two copies for any report.
******************************************************/


UPDATE fnd_conc_pp_actions -- Table for applications
SET number_of ...
by anne simms
Wed Sep 19, 2007 3:13 pm
Forum: Reports (Only Oracle Apps Reports)
Topic: Lexical References and Parameters
Replies: 3
Views: 2888

Lexical References and Parameters

Hi All,

I am having a difficult time understanding Lexical references and parameters; like when to actually use them in Oracle reports. I read the help in Oracle reports about Lexical references and it makes sense somewhat, but I'm in the process of writing an Oracle report and I need to know if I ...