Table Registration

Hi,
Is there is any user interfaces (through forms) are available in Oracle Apps to register new custom tables.
Thanks
jobin

This issue is not related to OAF. Better post it on relevant forum like General EBS Discussion .
--Shiv                                                                                                                                                                                                                                                                                   

Similar Messages

  • Customization for register id 000 missing in table Registrations

    Hi all,
    when iam creating (factory sales)excise invoice in j1iin from billing document the error comes as:
    Customization for register id 000 missing in table Registrations
    Message no. 8I303
    Diagnosis
    The customization details have not been maintained for this company
    Procedure
    Please use the localization IMG or Global settings
    to maintain the company settings
    Please help me out.....
    Thanks
    Parin

    Hi Parin,
    Please follow the menu path as below and maintain the settings for the plant of your company code:
    SPRO, Logistics - General, Tax on Goods Movements, India, Basic Settings, Maintain Excise Groups
    Hope this solves your problem.
    Regards,
    Sreekanth....

  • Registration of columns in a table

    Hi,
    I am new in oracle apps.
    Do we need to register all cols. of table while we use flexfields.
    or only the flexfields columns.
    thanks in advance.

    Hi
    You need to register Custom table if using in Oracle Applications.You need to register its columns too.Please refer this link for more details
    http://www.exforsys.com/tutorials/oracle-apps/oracle-apps-table-registration-api.html
    Thanks
    AJ

  • How to compare records in the same table?

    I have a table of course registrations.  I would like to select course registrations as of a certain date that do not have a dropped status against it.
    CREATE TABLE REGISTRATIONS
    (ID VARCHAR(7) ,
    COURSE VARCHAR(4),
    CURRENT_STATUS VARCHAR(10),
    STATUS_DATE VARCHAR(10))
    INSERT INTO REGISTRATIONS
    (ID, COURSE, CURRENT_STATUS, STATUS_DATE)
    VALUES
    ('1111111','ADMN', 'REGISTERED', '2014-04-10'),
    ('1111111','MATH', 'REGISTERED', '2014-04-10'),
    ('1111111','ADMN', 'DROPPED', '2014-04-10'),
    ('1111111','MATH', 'DROPPED', '2014-04-12'),
    ('1111111','BIOL', 'REGISTERED', '2014-04-10')
    SELECT * FROM REGISTRATIONS
    ORDER BY COURSE, CURRENT_STATUS
    drop table REGISTRATIONS
    ID COURSE CURRENT_STATUS STATUS_DATE
    1111111 ADMN DROPPED 2014-04-10
    1111111 ADMN REGISTERED 2014-04-10
    1111111 BIOL REGISTERED 2014-04-10
    1111111 MATH DROPPED 2014-04-12
    1111111 MATH REGISTERED 2014-04-10
    The above example shows that ID '1111111' has registered for ADMN and BIOL on April 10th but dropped ADMN the same day.  It also shows that they registered for MATH on April 10th but dropped it on the 12th.
    If I were to select course registrations to date as of April 10 I would see both ADMN records, BIOL and MATH.  BIOL and MATH would be OK but I don't want to see the ADMN data in the result because they have essentially cancelled themselves out. 
    In saying that, how do I write a script to select all course registrations as of a certain date but omit the ones that have been dropped at anytime before the select date?

    check below,
    SELECT * FROM REGISTRATIONS a
    WHERE CURRENT_STATUS <> 'DROPPED' AND STATUS_DATE <= '2014-04-12'
    AND COURSE NOT IN (
    SELECT COURSE FROM REGISTRATIONS
    WHERE CURRENT_STATUS = 'DROPPED' AND STATUS_DATE <= '2014-04-12')
    ORDER BY a.COURSE, a.CURRENT_STATUS

  • Question related to Logical table source

    Hi All,
    I have very basic questions -
    (1) When do we create multiple logical table sources within a dimension?
    (2) If a dimension has more than one logical table sources , when do we need to map the underlying table to other underlying table of logical table sources.
    For exp consider these tables XLE_Entity_Profile, XLE_REgistration , AP_Invoice_ALL
    AP_Invoice_All is a fact table. relationship between XLE_Entity_Profile & XLE_REgistration is (1:M).
    Join info is as below -
    (a) XLE_Entity_Profile.Legal_entity_id = AP_Invoice_ALL.Legal_entity_id
    to get the registration of LE the where clause is as below-
    (b) XLE_Entity_Profile..Legal_entity_id = XLE_REgistration.Source_id and XLE_REgistration.Source_table = 'XLE_Entity_Profile'
    I have created the alias of XLE_REgistration as XLE_REgistration_LE.
    With in a dimension , i have 2 logical table source - XLE_Entity_Profile & XLE_REgistration_LE.
    logical table source 'XLE_REgistration_LE' has where clause 'XLE_REgistration.Source_table = 'XLE_Entity_Profile'
    When i query , LE name , LE Registration Name, i get error like -
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 14070] Cannot find logical table source coverage for logical columns: [LE_NAME]. Please check more detailed level keys are mapped correctly. (HY000)
    Le Name is from XLE_Entity_Profile and LE Registration Name is from XLE_REgistration_LE.
    But when using the properties of logical table source ' XLE_REgistration_LE' , i map it to 'XLE_Entity_Profile' ,i get the correct result.
    I am not able to understand why am i getting error in first way of modeling.
    Thanks , Ashish

    Hi Ashish,
    first about logical table sources (lts): you can create different lts for aggregation and/or fragmentation. Aggregation means that data is aggregated on another level among different physical tables. Fragmentation means that the content is different over different tables (other rows).
    In your case, I think the problem is that your dimension is not denormalized, which results in a snowflake.
    What I understand is that you have the following (physical diagram):
    Invoice (fact table) >----- Entity (Dim) >----- Registration (Dim)
    You have the following joins:
    invoice.entity_id = entity.entity_id
    and entity.entity_id = registration.source_id and registration.source = 'something'
    First idea:
    I would create the following join (in physical diagram):
    Invoice (fact table) >---- Registration (Dim)
    Where:
    invoice.entity_id = registration.source_id and registration.source = 'something'.
    Then in your Entity dimension you should create a hierarchy:
    Grand Total Level
    Entity
    Registration.
    In your dimension you should create the first lts: Entity
    Set the aggregation content of this lts to Entity.
    This lts contains only one physical table.
    Map only the entity columns to the Entity physical table.
    Then create the second lts:
    Entity and Registration.
    Set the aggregation content of this lts to Registration.
    This lts must contain two physical tables, Entity and Registration.
    Map the entity columns to the Entity physical table and the registration columns to the registration physical table.
    Let me know if it works or not.
    Regards,
    Stijn

  • User registration

    I would like to do the following:
    1. User registers (this will create a user saved in a database table).
    2. A screen states that an email will be sent to him shortly asking him to activate the registration ID.
    3. An email is sent to the user's email address asking for him/her to click a hyperlink to activate his registration
    4. By clicking the hyperlink in the email, a process is performed which updates the database table that the user is activated
    5. The user can then continue with the application.
    I know how to do steps 1 through 3 bu how can I accomplish step 4?
    Thanks,
    Robert

    Hi,
    Could something like this work:
    Add to your user table registration id e.g. using sys_guid() and flag is registration confirmed.
    Create register confirm page e.g. 250 and hidden item to page P250_REGISTER_ID.
    Set page as public
    Then send link like
    http://yourserver:port/pls/apex/f?p=APP_ID:250:::NO::P250_REGISTER_ID:REG_ID
    Change APP_ID to be your application id and dynamically REG_ID to be what you did generated from sys_guid() for that user.
    Then create to page 250 after header process that check P250_REGISTER_ID and set registration confirmed flag to your user table.
    You can have e.g. 2 regions with info on page 250 and show those according check of P250_REGISTER_ID and if user has already confirm registration and so on ....
    This was shortly how it might be done/work. Hope it helps
    Br, Jari

  • Create registration application that limits number of registrants

    I'm trying to create a registration system with Dreamweaver
    CS3, an Access database, and using ASP VBscript. I want users to be
    able to enter their contact info on a form that inputs to an Access
    DB. I have that part working. On the next page, I want them to
    choose from ten different dates that a session is held. Each date
    is limited to 85 attendees. I'm having difficulty figuring out how
    to capture the number of people who have selected a particular date
    in Access. The various contact info and the person's selected date
    are currently entered into a table (registrants). But I don't know
    how to capture the total number of people who selected a particular
    date so that I can use that info in DW to either hide a particular
    date, or show a date for more registations. Is there any way in DW
    to use a script that will count how many of a like record are in a
    particular field in a table? If so, how would I do that? Thanks for
    ANY guidance.

    Hi
    I have created similar apps for conferences where each
    session at the conference is limeted to a certain number of
    delegates.. The way i did it was to create a query in the AccessDB
    what Groups the Dates and counts the delegates. You can then use
    the query in dreamweaver in the same way as tables.. if you think
    about the results you can use this query (or another) to restrict
    the options availble to users.. Perhaps write a different query
    that only returns results if the count is less than the required
    number and then use this to dynamically drive a drop down list of
    dates. When a day is full the option will automatically dissapear..
    This shoud point you in the right direction. I ended up with loads
    of hand coded VB script in the end...!

  • Event Alert on Custom Table not working

    Hi
    Custom table is registered in Custom schema, created synonym in apps and granted all priviliges to apps.
    Creates event alert based on insert on custom table, though custom table is getting populated from concurrent program event alert seems to be not firing
    not sure why is this happening.
    Thanks
    Kamalakar.G

    Hi,
    Please see these threads.
    Alerts -- Can we create Alerts on custom table under Custom Application?
    Re: Alerts -- Can we create Alerts on custom table under Custom Application?
    Table used in Event Alert
    Re: Table used in Event Alert
    Problem with Custom Table Registration
    Re: Problem with Custom Table Registration
    Thanks,
    Hussein

  • Working with data from two separate tables

    In a report I'm building, I have two tables: "Registration" and "SpecialDates".
    In the Registration table has client info specific to an account number. Each account number has a different billing cycle.. either Cycle 1, Cycle 2, or Cycle 3.  This is listed for the account number as {Registration.Cyle}. In the SpecialDates table I have three different dates listed for each cycle. So this table looks something like this:
    fldCycle          fldPastDueDate
    1                     01/11/2010
    2                     12/15/2009
    3                     1/20/2010
    The problem I'm having is I can't link {SpecialDates.fldCycle} to {Registration.Cycle}.  I have to somehow make the date from the SpecialDates table show up on the report depending on the value of {Registration.Cycle}.  Does anyone have any ideas on how to do this?
    Edited by: MarcieHennessy on Jan 27, 2010 7:26 PM

    Then I would create a custom table with the Add Command in Data Expert with the following query:
    SELECT Field1, Field2, Field3, cast (fldCycle as char(10)) as fldCycle, Field4, Field5, etc
    FROM SPECIALDATES
    Where you list all the fields from the table you will need in the report, with the link field converted to a string.  Then replace the SPECIALDATES table in your linking with the new custom table .  Now when you link from REGISTRATION to the new custom table.
    Fuskie
    Who notes you can rename the custom table to a more recognizable name...

  • WHICH FND TABLE KEEPS TRACK OF FORMS FIELDS ?

    At the database level forms by application are kept in FND_FORM table. Columns and tables that are used in the specific application are stored in FND_TABLES, FND_COLUMNS, FND_APPLICATION_TL. By joining these tables it is possible to get tables, columns by application info. Also there is HR_FORM_ITEMS table where configurable form fields are stored by application and by form_id.
    Which table stores by application_id, form_id columns/tables that are defined in each form ?

    There are no such tables, as You only register the form but not individual blocks and columns used. The table registration API, on the tables You mentioned store only table definitions at database level. The case for HR is for a specific functionality and only serves that purpose, but not other forms in the hrms family store that info.

  • Setting up event Alert on custom table

    I appologize for placing my question in probably the wrong forum, but I know you guys are the sharpest and I'm spent on this problem.
    Overview: I have a form that runs a report to print out some of the form's data. If the user wants to email that same data, after the print job is completed, the form updates a table with the output file name created by running the report. Here's where my problem comes in... I'm trying to create an event driven alert, but I get the below error when I go to save:
    Event Table : REPORT_HDRS
    ORACLE ID : APPS
    The listed ORACLE ID is missing the event table or does not have the correct privileges to Application Object Library or Oracle Alert objects.
    Please verify that the event table exists, or re-register the ORACLE ID with Application Object Library as necessary. Then re-enable (or disable)
    the event alert as desired.
    If the ORACLE ID is for a shared installation of an application, it may be normal for the event table to not be present.
    Any ideas as to what I'm missing would be greatly appreciated.

    Hi,
    Please see these threads.
    Alerts -- Can we create Alerts on custom table under Custom Application?
    Re: Alerts -- Can we create Alerts on custom table under Custom Application?
    Table used in Event Alert
    Re: Table used in Event Alert
    Problem with Custom Table Registration
    Re: Problem with Custom Table Registration
    Thanks,
    Hussein

  • ISupplier user Registration through backend

    Hi All,
    We are oracle EBS 12..1.3.
    I am trying to automate iSupplier users through backend and my problem is kicking off workflow APPROVE to create the user.
    FND_REGISTRATION_UTILS_PKG.publish_approval_event is the workflow to be fired. and it was returning 'N' always.
    [http://karthikrajasekaran.blogspot.com/2008/09/objective-following-is-outline-for.html]
    I am using FND_REGISTRATION_PKG.insert_fnd_reg_details,FND_REGISTRATION_PKG.insert_fnd_reg_details API's in my code to insert records for each iSupplier user.
    Any ideas?
    Thanks,
    Raav.

    Hi,
    Could something like this work:
    Add to your user table registration id e.g. using sys_guid() and flag is registration confirmed.
    Create register confirm page e.g. 250 and hidden item to page P250_REGISTER_ID.
    Set page as public
    Then send link like
    http://yourserver:port/pls/apex/f?p=APP_ID:250:::NO::P250_REGISTER_ID:REG_ID
    Change APP_ID to be your application id and dynamically REG_ID to be what you did generated from sys_guid() for that user.
    Then create to page 250 after header process that check P250_REGISTER_ID and set registration confirmed flag to your user table.
    You can have e.g. 2 regions with info on page 250 and show those according check of P250_REGISTER_ID and if user has already confirm registration and so on ....
    This was shortly how it might be done/work. Hope it helps
    Br, Jari

  • Registering of Custom Application tables

    Hi All,
    I have a doubt in Registering of Custom Application tables?
    I know that we can register the custom application tables through AD_DD Package.
    But i want to know what is the need for registering the custom Application tables?
    B'cos why i am asking is, i have created custom tables without registering it and it is also working fine.
    Regards
    Santhosh

    You register your custom application tables using a PL/SQL routine in the AD_DD package. Flexfields and Oracle Alert are the only features or products that depend on this information. Therefore you only need to register those tables (and all of their columns) that will be used with flexfields or Oracle Alert.
    Oracle Applications Developer’s Guide - 3-11, Table Registration API
    http://download-uk.oracle.com/docs/cd/B25516_14/current/acrobat/115devg.pdf

  • Flexfield column  registration process in apps

    how we can define in a table registration process that it's my flex field and other is simple or not flexfiled?
    plzzzzz reply it

    it's a huge document with a 20 chapters,i cant understand ,plzzzzz simply explain it am also giving structureof table and column registration process,
    CREATE TABLE XX_XX_DFF
    NAME VARCHAR2(100),
    GENDER VARCHAR2(1),
    DOB DATE,
    ATTRIBUTE_CATEGORY1 VARCHAR2(100),
    ATTRIBUTE_CATEGORY2 VARCHAR2(100),
    ATTRIBUTE1 VARCHAR2(100),
    ATTRIBUTE2 VARCHAR2(100)
    Register Column with Apps Using AD_DD Package.
    BEGIN
    AD_DD.REGISTER_COLUMN('FND','XX_XX_DFF','NAME',1,'VARCHAR2',100,'N','N');
    AD_DD.REGISTER_COLUMN('FND','XX_XX_DFF','GENDER',2,'VARCHAR2',1,'N','N');
    AD_DD.REGISTER_COLUMN('FND','XX_XX_DFF','DOB',3,'DATE',9,'N','N');
    AD_DD.REGISTER_COLUMN('FND','XX_XX_DFF','ATTRIBUTE_CATEGORY1',4,'VARCHAR2',
    100,'N','N');
    AD_DD.REGISTER_COLUMN('FND','XX_XX_DFF','ATTRIBUTE_CATEGORY2',5,'VARCHAR2',
    100,'N','N');
    AD_DD.REGISTER_COLUMN('FND','XX_XX_DFF','ATTRIBUTE1',6,'VARCHAR2',100,'N','N');
    AD_DD.REGISTER_COLUMN('FND','XX_XX_DFF','ATTRIBUTE2',7,'VARCHAR2',100,'N','N');
    End;
    how he is defining it's Flexfield column and other is simple in this structure

  • Initilising database ,udo registration during add on connection

    Hello Expert
      i created addon on vb.net.now i want to create global database MEANS i want create table ,registration UDO,checking UDO registration during connection of addon with sap. how can i do sir

    Hi vmaskey,
    Download this sample.
    Inside the archive you'll find a function and a xml file.
    Just add the function to your code. The XML file indicates the object type (User Table, User Field or User Object) and the database fields where they will be written. Just change the properties to your needs.
    I don't provide the XML samples for adding a User Permission Tree and User Keys because I don't have any example on this machine.
    Call the function like this
    LoadBDFromXML(oCompany, oApplication, "FULL_DIRECTORY_PATH_TO_XML_FILE", "FILE_NAME.xml")
    Hope it helps,
    Best regards,
    Vítor Vieira

Maybe you are looking for

  • Connecting my Mac

    I have an Apple PowerBook G4 1.67GHz running OS Tiger 10.4.11. I have it configured to connect to my router via the Airport wireless, just like all the other computers on my network (both pc and mac). It can surf the internet just fine, but I cannot

  • Get all service order's based on Installed base?

    Hi Expert, Whats FM's or tables and their relationship for getting service order based on Ibase number? Thnx, AK

  • ADF does not update FK to the child view (MasterDetail)

    Hi! Entities have in my system based on database views. These entities have ViewObjects. There is a relationship between the Entities and Associate of View Link between views. Despite this, after inserting a record, got an error warning that the bank

  • Create Recovery Media Windows 8 without USB drive

    Hi, I recently bought a T530 with Windows 8 pre-installed. I want to create recovery disc(s). However, in the "Create a recovery media" wizard, I don't have the option of selecting DVDs if tick the option "Copy the recovery partition to the media". I

  • Tips to monitor/debug WF events

    Hi, We have a custom WF event that is not getting triggered on time per design; can someone provide some tips or docs to monitor or debug WF events? The only time WF events gets triggered is when we recycle the WF listeners. Env: on 11.5.10.2/10.2.0.