GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  Oracle Apps  >  Apps Technical

 Print  |  
Question:  How to register tables and columns in AOL?



February 02, 2007 16:15:02 #6
 namita   Member Since: Visitor    Total Comments: N/A 

RE: How to register tables and columns in AOL?
 
Sandeep is right. When you are registering a table or view to AOl, it first be present in your module specific schema. And you should register those table from backened too using AD_DD package if you are using flexfield or alerts on youir tables.

After creating table and registering them from backend, you have to register those table and columns to AOL .
Go to application developer responsibility.
press CTRL+L
it will show all function under that responsibility.
Choose register table
Enter all information.
     

 

Back To Question