base tables

This forum is to discuss different features/issues of Oracle Financials modules ( GL - General Ledger, AP - Accounts Payable, AR - Accounts Receivable, FA - Fixed Assets & CM - Cash Management ).
Post Reply
harikumarc1981@rediffmail
Posts: 110
Joined: Mon Oct 27, 2008 9:50 am
Location: India

base tables

Post by harikumarc1981@rediffmail »

can any one tell me the available base tables in GL, AP and AR 11i

and where the sob is stored in GL, where the period status stored in AP and AR.


Thanks in advance.
oteixeira
Posts: 451
Joined: Wed Aug 27, 2008 12:34 pm
Location: Portugal

Post by oteixeira »

Hello.

The GL_SETS_OF_BOOKS table stores the sets of books. The periods for are stored in the GL_PERIOD_STATUSES yable.

Hope this helps.
Octavio
harikumarc1981@rediffmail
Posts: 110
Joined: Mon Oct 27, 2008 9:50 am
Location: India

Post by harikumarc1981@rediffmail »

[quote]Hello.

The GL_SETS_OF_BOOKS table stores the sets of books. The periods for are stored in the GL_PERIOD_STATUSES yable.

Hope this helps.
Octavio

<i><div align="right">Originally posted by oteixeira
tgs100
Posts: 624
Joined: Tue Jun 13, 2006 3:42 am
Location: USA
Contact:

Post by tgs100 »

The list will run into several pages.

Go to Metalink --> Knowledge Tab -> Knowledge Browser Tab --> Applications Electronic Technical Reference Manuals (eTRM)

This will open a new window. Keep the cursor on the required version and the click 'DBA Data'.

Enter Object names like GL%, AP%, AR%, RA%, etc and then query to find out the tables.

Alternatively run the below query in toad (or any other tool).

select * from dba_objects
where object_name like 'GL%'
and object_type = 'TABLE'
and temporary <> 'Y'
order by object_name

Cheers,
Saravanan
Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest