Dear All,
will let every one know that what are the job profiles that are available in the market for Oracle Applications Professionals and thier role in implementation
1) Designation = Oracle Applications DBA (Data Base Administrator)
Role = He is the one who is responsible for installing oracle ...
Search found 46 matches
- Mon Jan 21, 2008 8:50 am
- Forum: General / Others
- Topic: Job Profiles available in Oracle Applications !
- Replies: 4
- Views: 2523
- Fri Jan 18, 2008 5:58 am
- Forum: Financials (GL, AP, AR, FA & CM)
- Topic: Pair and Special value Sets
- Replies: 1
- Views: 3195
Pair and Special value Sets
Hi,
What is the purpose of the Pair and Specal Valuesets , why do u need.
What is the purpose of the Pair and Specal Valuesets , why do u need.
- Thu Dec 20, 2007 5:57 am
- Forum: Application DBA & System Administration
- Topic: apps installation
- Replies: 1
- Views: 1297
HI,
See this link
http://edelivery.oracle.com/EPD/Search/handle_go
and find out the Linux Erp Application 12 version.
Thanks
Sankar Reddy
See this link
http://edelivery.oracle.com/EPD/Search/handle_go
and find out the Linux Erp Application 12 version.
Thanks
Sankar Reddy
- Wed Dec 12, 2007 3:31 am
- Forum: HCM (Human Capital Management)
- Topic: Oracle HRMS
- Replies: 3
- Views: 3890
- Wed Dec 12, 2007 3:13 am
- Forum: Purchasing & Inventory
- Topic: Internal Requisitions Overview
- Replies: 1
- Views: 10755
Internal Requisitions Overview
Hi,
What is an Internal Requisition?
=====================
A requisition in the Purchasing system that will directly result in the generation of a sales order in the Order Management system through the Order Import process in Order Management.
Why do we use internal requisition/internal sales ...
What is an Internal Requisition?
=====================
A requisition in the Purchasing system that will directly result in the generation of a sales order in the Order Management system through the Order Import process in Order Management.
Why do we use internal requisition/internal sales ...
- Fri Dec 07, 2007 2:40 am
- Forum: Financials (GL, AP, AR, FA & CM)
- Topic: All Modules Interface names
- Replies: 0
- Views: 2514
All Modules Interface names
Hi All,
Oracle Financials
Open Interfaces
Reference
RELEASE 11i
January 2000
Oracle Financials Open Interfaces Reference Release 11i
Copyright 1995, 2000, Oracle Corporation. All rights reserved.
Primary Authors: Janet Coshow, Christopher Andrews, Janet Buchbinder, Frank Colligan, Gail
D?Aloision ...
Oracle Financials
Open Interfaces
Reference
RELEASE 11i
January 2000
Oracle Financials Open Interfaces Reference Release 11i
Copyright 1995, 2000, Oracle Corporation. All rights reserved.
Primary Authors: Janet Coshow, Christopher Andrews, Janet Buchbinder, Frank Colligan, Gail
D?Aloision ...
- Fri Dec 07, 2007 2:31 am
- Forum: Financials (GL, AP, AR, FA & CM)
- Topic: Account Receivables Faqs
- Replies: 0
- Views: 960
Account Receivables Faqs
Hi All,
See the attachment of the Account receivables faqs
[img]/images/icon_zip.gif[/img] <b>Attachment:</b> AR_faqs.zip <i>( 4702bytes )</i>
Thanks,
Sankar Ch
See the attachment of the Account receivables faqs
[img]/images/icon_zip.gif[/img] <b>Attachment:</b> AR_faqs.zip <i>( 4702bytes )</i>
Thanks,
Sankar Ch
- Fri Dec 07, 2007 2:26 am
- Forum: Financials (GL, AP, AR, FA & CM)
- Topic: Performance Tuning in Oracle
- Replies: 0
- Views: 895
Performance Tuning in Oracle
HI,
[img]/images/icon_zip.gif[/img] <b>Attachment:</b> Performance Tuning.zip <i>( 11103bytes )</i>
Thanks,
Sankar Ch
[img]/images/icon_zip.gif[/img] <b>Attachment:</b> Performance Tuning.zip <i>( 11103bytes )</i>
Thanks,
Sankar Ch
- Thu Dec 06, 2007 8:06 am
- Forum: Financials (GL, AP, AR, FA & CM)
- Topic: Form Personalization limitations
- Replies: 0
- Views: 6146
Form Personalization limitations
Limitations of Forms Personalization
This feature has several significant limitations due to the architecture of Oracle Forms and/or the e-Business Suite.
[1] User can only change what Oracle Forms allows at runtime. For example, the following cannot be changed:
? User cannot create new items ...
This feature has several significant limitations due to the architecture of Oracle Forms and/or the e-Business Suite.
[1] User can only change what Oracle Forms allows at runtime. For example, the following cannot be changed:
? User cannot create new items ...
- Thu Dec 06, 2007 6:13 am
- Forum: Reports (Only Oracle Apps Reports)
- Topic: IDAutomation components dynamically create barcode
- Replies: 0
- Views: 1420
IDAutomation components dynamically create barcode
Hi,
This is Good link for the Barcode For Oracle Reports.
http://www.idautomation.com/components.html
Thanks,
Sankar Ch
This is Good link for the Barcode For Oracle Reports.
http://www.idautomation.com/components.html
Thanks,
Sankar Ch
- Wed Dec 05, 2007 2:56 am
- Forum: Application Implementation Method (AIM)
- Topic: AIM Process of Information
- Replies: 0
- Views: 3346
AIM Process of Information
Hi,
Oracle Implementation Methodalagy
Application Implementation Method is a provan approach, which specifies all the activities which are required to implement oracle applications successfully.
The scope of the AIM is enterprise wide.
There are eleven processes of implementation.
1 ...
Oracle Implementation Methodalagy
Application Implementation Method is a provan approach, which specifies all the activities which are required to implement oracle applications successfully.
The scope of the AIM is enterprise wide.
There are eleven processes of implementation.
1 ...
- Wed Dec 05, 2007 2:49 am
- Forum: Financials (GL, AP, AR, FA & CM)
- Topic: Looking for documents of india localization
- Replies: 1
- Views: 2714
- Wed Nov 28, 2007 6:43 am
- Forum: Financials (GL, AP, AR, FA & CM)
- Topic: Reports coding
- Replies: 0
- Views: 2022
Reports coding
To check responsibility which contact given function
1. To get form Id from database
SELECT FUNCTION_ID, USER_FUNCTION_NAME FROM FND_FORM_FUNCTIONS_TL
You can also use
SELECT FUNCTION_ID, FUNCTION_NAME FROM FND_FORM_FUNCTIONS
2. Pass The obtained Function id or function name to following query ...
1. To get form Id from database
SELECT FUNCTION_ID, USER_FUNCTION_NAME FROM FND_FORM_FUNCTIONS_TL
You can also use
SELECT FUNCTION_ID, FUNCTION_NAME FROM FND_FORM_FUNCTIONS
2. Pass The obtained Function id or function name to following query ...
- Wed Nov 28, 2007 6:29 am
- Forum: Oracle Databases
- Topic: Bulk Collect Sample Example
- Replies: 1
- Views: 1962
Bulk Collect Sample Example
DECLARE
TYPE t_id IS TABLE OF t1.ID%TYPE;
TYPE t_val1 IS TABLE OF t1.val%TYPE;
l_id t_id;
l_val t_val1;
CURSOR c1 IS
SELECT ID,val FROM t1;
ERRORS PLS_INTEGER;
err_cd PLS_INTEGER;
BEGIN
OPEN c1;
LOOP
FETCH c1
BULK COLLECT INTO l_id,
l_val LIMIT 5;
DBMS_OUTPUT.put_line ('LIMIT=' || l ...
TYPE t_id IS TABLE OF t1.ID%TYPE;
TYPE t_val1 IS TABLE OF t1.val%TYPE;
l_id t_id;
l_val t_val1;
CURSOR c1 IS
SELECT ID,val FROM t1;
ERRORS PLS_INTEGER;
err_cd PLS_INTEGER;
BEGIN
OPEN c1;
LOOP
FETCH c1
BULK COLLECT INTO l_id,
l_val LIMIT 5;
DBMS_OUTPUT.put_line ('LIMIT=' || l ...
- Wed Nov 28, 2007 6:26 am
- Forum: Financials (GL, AP, AR, FA & CM)
- Topic: Oracle Faqs
- Replies: 0
- Views: 7214
Oracle Faqs
Question: How to find the current quantity in Oracle Inventory. What is the table and column details?
The short answer is, you can get the current inventory balance by querying the mtl_onhand_quantities view. To get the current balance you would have to write a query like
select sum(transaction ...
The short answer is, you can get the current inventory balance by querying the mtl_onhand_quantities view. To get the current balance you would have to write a query like
select sum(transaction ...