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
Go To First  |  Previous Question  |  Next Question 
 Apps Technical  |  Question 115 of 125    Print  
why we register a table in apps schema?
why we register a table in apps schema by using ad_dd.register_table procedure


  
Total Answers and Comments: 2 Last Update: May 28, 2008     Asked by: Manoj.Oracle 
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
February 28, 2008 12:50:24   #1  
sandeep1018 Member Since: February 2008   Contribution: 1    

RE: why we register a table in apps schema?
normally we register the newly Custom table
to support Patch and Upgradation for further releases

 
Is this answer useful? Yes | No
May 28, 2008 02:20:01   #2  
shravanreddy Member Since: May 2008   Contribution: 2    

RE: why we register a table in apps schema?
If the table is not registered
1. it is not possible to valuesets
2. it cant use the "who columns'
3.we cant go for the flexible segment columns(attributes,segments)

and if it is registerd in app
u can automatically populate the data in apps

 
Is this answer useful? Yes | No

 Related Questions

Latest Answer : To define validation table information:1. Enter the name of the application with which your validation table is registered. Application name and table name uniquely identify your table. If you plan to display columns from more than one table in your list ...

Latest Answer : yes,,u can add descriptive flex fields to the table that is already existing..but it should be registered using ad_dd package.and after table registeration,,ur columns must also be registered.and once this database registeration is over,,u need to login ...

Latest Answer : All I have seen is perfect it is called as registeration of table through APIYou can register a table using inbuild packages like ad_dd.register_tableand ad_dd.register_columnex.ad_dd.register_table('appln short name','table name','transaction/seeded')it ...

Latest Answer : hi,CUSTOM.PLL is an library which exists in TEMPLATE.fmb ,it is an oracle form devloper PL/SQL library , which alows the developers to attach thier own custom code to the oracle applications without modifiying the orginal application code....it consists ...

Latest Answer : User exit are programs thats enables you to execute external procedure.5 types of user exit are there in APPS.FND SRWINIT--Used to set the profile option and environment vallue.FND SRWEXIT--Used to release the profile option and environmental valueFND ...

What are Interface table in AP, AR,GL ? AP INTERFACE TABLE: 1). AP_INTERFACE_CONTROLS. 2). AP_INTERFACE_REJECTIONS 3). AP_INVOICE_INTERFACE 4). AP_INVOICE_LINES_INTERFACE. AR INTERFACE TABLE: 1). AR_PAYMENTS_INTERFACE_ALL 2). AR_TAX_INTERFACE 3). HZ_PARTY_INTERFACE 4). HZ_PARTY_INTERFACE_ERRORS 5). RA_CUSTOMERS_INTERFACE_ALL 6). RA_INTERFACE_DISTRIBUTIONS_ALL 7). RA_INTERFACE_ERRORS_ALL 8). RA_INTERFACE_LINES_ALL 9). RA_INTERFACE_SALESCREDITS_ALL GLINTERFACE TABLE: 1). GL_BUDGET_INTERFACE 2). GL_DAILY_RATES_INTERFACE 3).

Can Any body explain me how to use the following user_exits in apps reports which have flex fields as display/query columns.
Read Answers (3) | Asked by : Expert4u

A. Can someone please tell me what is the date tracked option and how to use it?b. Can I delete an employee from a table?c. What is the difference between APIs and DataPumps?d. What are user hooks?e. Can we see the time stamp also with the "from" and "to" dates?
Read Answers (4) | Asked by : OB

Latest Answer : Differences between D2k Report and Apps Report(1) in D2k Report there is no fecility to schedule the program where as in Apps report we have that fecility(2) in D2k Report we can't use User-Exits where as we can use in Apps Report... to add dff values ...
Read Answers (4) | Asked by : vasu

by using ad_dd.register.table 
Latest Answer : use  ad_dd.register_table to regiseter tables.       ad_dd.register_column to register columns of that tablewe can also use         ad_dd.delete_table to unregister tables. ...
Read Answers (3) | Asked by : Wajid


 Sponsored Links

 
Related Articles

Querying Data with Oracle XQuery

Querying Data with Oracle XQuery Starting with Oracle Database 10g Release 2 you can take advantage of a full featured native XQuery engine integrated with the database With Oracle XQuery you can accomplish various tasks involved in developing PHP Oracle XML applications operating on any kind of dat
 

Using Oracle XML DB Repository

Using Oracle XML DB Repository Another variation on accessing and manipulating XML content stored in Oracle database is provided by Oracle XML DB repository which is an essential component of Oracle XML DB mosgoogle NOTE Oracle XML DB repository also known as XML repository is a hierarchically organ
 

Performing DML Operations on XML Schema Based XMLType Views

Performing DML Operations on XML Schema Based XMLType Views Analyzing the underlying query of the empSch v view discussed in the preceding section you may note that each attribute of the EMP T object used in the select list maps to a certain column of a single table namely emps What this means in pr
 

Using Oracle Database for Storing, Modifying, and Retrieving XML Data

Using Oracle Database for Storing Modifying and Retrieving XML Data With Oracle XML DB you have various XML storage and XML processing options allowing you to achieve the required level of performance and scalability One of the most interesting things about Oracle XML DB is that it allows you to per
 

XML Processing in PHP and Oracle Applications

Processing XML in PHP Oracle Applications As mentioned there are two alternatives when it comes to performing XML processing in your PHP Oracle application You can perform any required XML processing using either PHP s XML extensions or PEAR XML packages or Oracle s XML features mosgoogle In the fol
 

PHP Oracle Web Development

PHP Oracle Web Development Data processing Security Caching XML Web Services and Ajax The book is written by Yuli Vaseliev a well known author of different web development and programming books PHP Oracle Web Development Data processing Security Caching XML Web Services and Ajax is a good starting b
 

ODP.NET - Populating a Dataset with a Single Data Table

ODP NET Populating a Dataset with a Single Data Table A dataset is simply a group of data tables These data tables can be identified with their own unique names within a dataset You can also add relations between data tables available in a dataset mosgoogle The following code gives you the details o
 

Getting Started with Oracle and ODP.NET

ODP NET Developer’ s Guide by Jagadish Chatarji Pulakhandam Sunitha Paruchuri A practical guide for developers working with the Oracle Data Provider for NET and the Oracle Developer Tools for Visual Studio 2005 Application development with ODP NET Dealing with XML DB using ODP NET Oracle
 

PHP Oracle Web Development Review

PHP Oracle Web Development Data processing Security Caching XML Web Services and Ajax The book is written by Yuli Vaseliev a well known author of different web development and programming books The author is also an expert in open source technologies and SOA Service Oriented Architecture But besides
 

jQuery Table Row Finished Code

jQuery Table Row Finished Code The Finished Code Our second example page has demonstrated table row striping highlighting tooltips collapsing expanding and filtering Taken together the JavaScript code for this page is mosgoogle geshibot lang php" document ready function var highlighted
 

Sponsored Links

 




About Us  |   Privacy Policy  |   Terms and Conditions  |   Contact  |   Site Map  |   Add Question  |   Propose Category  |   RSS Feeds  |   Articles Sitemap  |   Site Updates  |   Add Resource

Copyright © 2005 - 2008 GeekInterview.com. All Rights Reserved
Page copy protected against web site content infringement by Copyscape