|
INTERVIEW QUESTIONS
ORACLE APPS
ORACLE APPS TECHNICAL
DETAILS
Question: How to register tables and columns in AOL?
Answer: To register the table and columns in AOL the navigation is: Open Appliaction Developer---> Appliaction--->Database--->table.(In table mention the table name(which you want to register), user table name,columns,user column name). The table & columns which you are going to register should be present in your module specific schema.
No Sandeep we cant register a table or its column like that. the window you hav mentioned doesnt allow us to enter nething. we can just see all the registered tables and their columns here.
one way which i know to register a table and their columns is thru backend .
eg.SQL> EXEC AD_DD.REGISTER_TABLE (‘SQLGL’, ‘EXAM’,’T’)
where SQLGL is aplication short name and EXAM is the table name and T stands for Transaction Data
SQL> EXEC AD_DD.REGISTER_COLUMN (‘SQLGL’, ‘EXAM’,’SNO’, 1, ‘NUMBER’, 5, ‘N’, ‘Y’);
‘EXAM’ – Table Name
‘SNO’ – Column Name
1- Sequence one or column one
‘NUMBER’- Number Data type
5-Size
‘N’ – Null able
‘Y’ – Translate (Y/N)
|
|
|
Category |
Oracle Apps Technical Interview Questions & Answers -
Exam Mode /
Learning Mode
|
Rating |
(0.2) By 9262 users |
Added on |
7/30/2011 |
Views |
68896 |
Rate it! |
|
|
Question:
How to register tables and columns in AOL?
Answer:
To register the table and columns in AOL the navigation is: Open Appliaction Developer---> Appliaction--->Database--->table.(In table mention the table name(which you want to register), user table name,columns,user column name). The table & columns which you are going to register should be present in your module specific schema.
No Sandeep we cant register a table or its column like that. the window you hav mentioned doesnt allow us to enter nething. we can just see all the registered tables and their columns here.
one way which i know to register a table and their columns is thru backend .
eg.SQL> EXEC AD_DD.REGISTER_TABLE (‘SQLGL’, ‘EXAM’,’T’)
where SQLGL is aplication short name and EXAM is the table name and T stands for Transaction Data
SQL> EXEC AD_DD.REGISTER_COLUMN (‘SQLGL’, ‘EXAM’,’SNO’, 1, ‘NUMBER’, 5, ‘N’, ‘Y’);
‘EXAM’ – Table Name
‘SNO’ – Column Name
1- Sequence one or column one
‘NUMBER’- Number Data type
5-Size
‘N’ – Null able
‘Y’ – Translate (Y/N)
Source: CoolInterview.com
If you have the better answer, then send it to us. We will display your answer after the approval.
Rules to Post Answers in CoolInterview.com:-
- There should not be any Spelling Mistakes.
- There should not be any Gramatical Errors.
- Answers must not contain any bad words.
- Answers should not be the repeat of same answer, already approved.
- Answer should be complete in itself.
|
|
Related Questions |
View Answer |
|
What are User Exits ?
|
View Answer
|
|
What is Multiple Organization technical architecture?
|
View Answer
|
|
What can we find TEMPLATE.FMB file ?
|
View Answer
|
|
What is the use of CUSTOM Library in Oracle Apps?
|
View Answer
|
|
What is FlexField?
|
View Answer
|
|
What are User Exits and what are different types of User Exits in Oracle Apps ?
|
View Answer
|
|
What are different types of Journal entries ?
|
View Answer
|
|
What is an Invoice ? How many types of invoices are there in AP and AR ?
|
View Answer
|
|
I'm new to oracle apps...please tell me...
What is integration between modules? What modules in Order management can be integrated with Finance modules ? How this integration is done?
|
View Answer
|
|
How do u create custom program for chargeback,,,,i tried with the API ,arp_process.crate _chargeback,.,,,but its not working,,,,any other method or suggestions to do this,,,,plz respond
|
View Answer
|
|
How can i incorporate a lexical parmater in my report for having the FROM DATE and TO DATE parameter?. Can u Pls let me know of the steps involved in doing the same?
|
View Answer
|
|
Can anybody suggest me how can the multi org. be set up?
|
View Answer
|
|
What does US mean in appl_top/au/11.5.0/reports/US?
|
View Answer
|
|
What are the types of Concurrent Managers? Can we delete a Concurrent Manager?
|
View Answer
|
|
What is the RFQ Report from PO?
|
View Answer
|
|
what is a request Sets? how to create a request Set?
|
View Answer
|
|
What are the different types of value sets and also explain each briefly ?
|
View Answer
|
|
What are the diiferent types of Value sets and expalin them briefly which value set will use when?
|
View Answer
|
|
Can Any body explain me how to use the following user_exits in apps reports which have flex fields as display/query columns.
FND FLEXSQL
FND FLEXIDVAL
|
View Answer
|
|
How to submit concurrent program through pl/sql
|
View Answer
|
Please Note: We keep on updating better answers to this site. In case you are looking for Jobs, Pls Click Here Vyoms.com - Best Freshers & Experienced Jobs Website.
View All Oracle Apps Technical Interview Questions & Answers - Exam Mode /
Learning Mode
|