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  >  Tech FAQs  >  Oracle Apps
Go To First  |  Previous Question  |  Next Question 
 Oracle Apps  |  Question 151 of 164    Print  
Register Table
How to register table in Oracle Apps?


  
Total Answers and Comments: 1 Last Update: July 06, 2008     Asked by: gamps007 
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
July 06, 2008 22:37:08   #1  
astaputra Member Since: June 2008   Contribution: 7    

RE: Register Table
you have to use AD_DD package for registering your tables and columns.

Here is the code

AD_DD.register_table(p_appl_short_name => ,p_tab_name => ,p_tab_type => )
AD_DD.register_column(p_appl_short_name => ,p_tab_name => ,p_col_name => ,p_col_seq => ,p_col_type => ,p_col_width => ,p_nullable => )

you have to fill your table details accordingly...


 
Is this answer useful? Yes | No

 Related Questions

How can we see a query which is behind a view and can we access a table which is residing in other schema with out using a synonym ,if yes how?
Read Answers (3) | Asked by : gopikreddy

What are the 2 mandatory parameters that we pass when we register a conc program in oracle applications
Read Answers (3) | Asked by : suresh kumar

I want to know the functionality of this table :MTL_SALES_ORDER.When this table is populated and what is the link with order mgmt and oracle WH mgmd and AR.
Read Answers (1) | Asked by : binayak

View Question | Asked by : rajesh55

What are the main points in the report while at the time to register in the oracle Application Environment ?
View Question | Asked by : r_oracle

What is the difference between base table and normal table?what is the difference between character mode and bitmap mode in reports?
View Question | Asked by : jayapal

Which concurrent program can be used for ITEM CATALOG CONVERSION ?Interface table is mtl_desc_elem_val_interface.
View Question | Asked by : SRINIVAS

Latest Answer : 1. give the name in the valueset field2. select the format type whether it is char or number etc and give the size3. select validation type as TABLE 4. press the Edit Information Button5. enter the table name in the Table Name ...
Read Answers (1) | Asked by : Manoj

How to register table in Oracle Apps? 
Latest Answer : you have to use AD_DD package for registering your tables and columns.Here is the codeAD_DD.register_table(p_appl_short_name => ,p_tab_name => ,p_tab_type => )AD_DD.register_column(p_appl_short_name => ,p_tab_name => ,p_col_name => ,p_col_seq ...
Read Answers (1) | Asked by : gamps007

How can we restrict the duplicate records from table value set? 


 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
 

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
 

jQuery Expanding and Collapsing Table Rows

jQuery Expanding and Collapsing Table Rows The expanding and collapsing behavior added earlier also conflicts with our filters If a section is collapsed and a new filter is chosen then the matching items are displayed even if in the collapsed section Conversely if the table is filtered and a section
 





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