How to implement STANDARD Picklists in Web ADIs

Hi,
I have been developing, configuring and implementing Custom Web ADIs in Oracle HRMS and I have used Excel 2000 as the third party tool and were able to implenment CREATE and UPDATE type of Integrators.
Also I am able to implement 'Standalone Queries'.
Using BEN_INTERFACE_COLS_B Table I am able to implement POPLISTs which is one among the two types of LOVs supported by Web ADI.
The other type is 'STANDARD' LOVs. I was trying to implement STANDARD LOVs, by using BNE_COMPONENTS_B Table.
But I got struckup at this point on,
1. Will Oracle Web ADI support user defined Java Class components?
2. If so after developing the Java componenet, what all updations are required other than updating BNE_COMPONENETS_B Table?
(How to integrate this java component with the integrator, I knew that VAL_COMPONENT_APP_ID & VAL_COMPONENT_CODE in the
Table BEN_INTERFACE_COLS_B has to be updated but will this be enough? )
3. Where to put the Java class component file in the Unix box to be used by the Custom Web ADIs.
Please Advice
thanks in Advance..
Anil Krishnan
[email protected]

Hi,
I tried updating bne_interface_cols_b for an existing column.
In launch Journal wizard, the 'Expense Type' or 'Segment3' has some LOV attached to it. I need to point that LOV to my custom table somehow.
I tried updating the table with the given values
UPDATE bne_interface_cols_b
SET val_id_col = 'VAR_FIXED',
val_mean_col = 'MEANING',
val_type = 'TABLE',
lov_type = 'POPLIST',
val_obj_name = 'MY_TABLE_NAME',
OFFLINE_LOV_ENABLED_FLAG='Y',
GROUP_NAME=NULL,
SEGMENT_NUMBER=NULL
WHERE interface_col_name = 'SEGMENT3'
AND application_id = 101
AND interface_code = 'GL_INTERFACE_120'
But I am not able to see any change when i run the 'launch Journal Wizard' ADI. It still displays the old lov
Can you please help

Similar Messages

  • How to end date or inactivate Web ADI Layouts

    Hi,
    I am trying to hide or suppress Web ADI layouts, help me how to go about it.
    Here are the details..
    In the Integrator - "General Ledger - Journals" , there are several layouts. I wanted to hide all them except two.
    One option is to delete unwanted layouts, but I may need these layouts for future.
    So I don't want to delete them.
    Is there any provision to end date or inactivate a specific layout.
    Help me.
    Thanks.

    Hi,
    I am afraid but it looks to me (in R12) that there is no valid date or enabled flag in the underlying table. So in default the only option would be to change the layout name to something like "** do not use **".
    As an alternative you can offer a direct webadi link to the users with predefined layout name (last step in the create document wizard). In this case the user can not change it anymore.
    Hope this helps a bit.
    br, Volker

  • How to create dependent LOVs in Web ADI

    Hi
    Could anybody help me out, how I can create dependent LOVs in Web ADI? Please provide any sample code if you have.
    I referred some posts in this forum about dependent LOVs. But unable to understand. Is dependency only possibe with Java programs?
    Thanks
    Venkat

    Hi ,
    did you get any docs that for dependent LOV. Please mail me [email protected]
    Many Thanks in advance
    Regards
    Niraj

  • How to call standard report in web dynpro abap.

    Hi All,
       I need the output of one standard report e.g RHXSTR00 on web dynpro abap.
       How can I achieve this?
       Please help!!! Points will be rewarded.
       Thanks in advance!
    Cheers,
    Darshna.

    Hi Darshna,
    The report result is ALV and in most of the cases we generally do not have function modules or any other easy way to get the output.
    In such cases the best approach which we follow is, to run this in background mode and generate the spool and display the ouput in PDF.
    But if intertactive form is not present in your requirement then we need to debug the logic of the report (if no FM or class present) and get the results and display it in the View.
    Best regards,
    Suresh

  • How to read Standard JSR Portlet Web.xml's context-param

    Hi
    I am completely new to Java.
    I want to keep some configuration in Web.xml in Context param. My Web.xml looks like
    <context-param>
    <param-name>ConfigUrl</param-name>
    <param-value>http://localhost:8083/</param-value>
    </context-param>
    How can I read these values? Can I read these values directly in my JSP file or will I have to read it in my Portlet Class in some function.
    Thanks

    As soon as I use portletConfig, it gives me NullPointerException. I am definitely using <portlet:defineObjects/>
    My Jsp looks as :
    <%@ page contentType = "text/html; charset=windows-1252"
    pageEncoding = "windows-1252"
    import = "javax.portlet.*, java.util.*, port.Port, port.resource.PortBundle,javax.portlet.PortletContext"%>
    <%@ taglib uri="http://java.sun.com/portlet" prefix="portlet"%>
    <portlet:defineObjects/>
    <%
    PortletContext ctx = portletConfig.getPortletContext();
    String configpath = "Hello";
    %>
    <label>Welcome</label>
    <label><%=configpath%></label>

  • How to implement the security in web service with Weblogic 9.2

    I've generated web service by Web Logic 9.2 using existing WSDL (as per client requirement) and want to add security policy for authentications.
    I have used following annotation in service class.
    @Policies({
    @Policy(uri="policy:Auth.xml" , direction=Policy.Direction.inbound)
    But it gives compilation time error with following message.
    The Policy and Policies annotations are not allowed on jws file when compiledWsdl option is specified
    I've also tried to modify the WSDL to accommodate policy configuration and again generate the web service but problem is being as it is.
    If anybody has solution of this issue then please let me know ASAP.

    Did you get an answer to your question? I have the same problem with WebLogic 10.0.

  • Pre '08...How To Implement AdSense on My Web Page

    I have created the following webpage:
    http://web.mac.com/autumninc/iWeb/Lots%20For%20Sale/Welcome%20to%20Paradise.html
    using iWeb.
    Now I want to use Google's products beginning with AdSense.
    Ad sense requires an addition to the source code(?) used on my iWeb page.
    I have found that 'code' but need a way to add the Google info to my code.
    I understand that is already available in iLife '08 but unfortunately I don't have the $$$ to upgrade. The site is to sell 4 lots to raise cash to cover Oncologist expenses - so every penny counts like a buck!
    I'd really appreciate the help.
    Thanks
    Leo
    [email protected]

    wow!! your page just about addressed every single question i have about this. I've been dying to get this figured out - as I refuse to upgrade to iLife 08 until it starts getting better reviews!
    One question though - I had a crash recently and had to reload everything, and now iWeb is the only program that remains a mess. I no longer have the theme choices I used to, including blank pages - despite repeated reinstalls and upgrades! arrrggghh!! what step am I missing here?
    Thanks!

  • How to create KFF LOV in web adi

    Hi All,
    I have found one document where the steps were included only for BNE_INTERFACE_COLS, which I am posting here....
    The KFF which I am adding as LOV, has 3 segments, so I have added BNE_INTERFACE_COLS 21, 22 , 23 for segments, and 24 for parent.
    BEGIN BNE_INTERFACE_COLS "21"
    OWNER = "ANONYMOUS"
    OBJECT_VERSION_NUMBER = "1"
    INTERFACE_COL_TYPE = "1"
    INTERFACE_COL_NAME = "P_C_ATTRIBUTE1"
    ENABLED_FLAG = "Y"
    REQUIRED_FLAG = "N"
    DISPLAY_FLAG = "N"
    READ_ONLY_FLAG = "N"
    NOT_NULL_FLAG = "N"
    SUMMARY_FLAG = "N"
    MAPPING_ENABLED_FLAG = "Y"
    DATA_TYPE = "2"
    GROUP_NAME = "INVENTORY"
    VAL_TYPE = "KEYFLEXSEG"
    VAL_COMPONENT = "" ""
    DISPLAY_ORDER = "210"
    UPLOAD_PARAM_LIST_ITEM_NUM = "21"
    PROMPT_LEFT = "C_ATTRIBUTE1"
    PROMPT_ABOVE = "C_ATTRIBUTE1"
    LAST_UPDATE_DATE = "2010/06/14"
    VAL_QUERY = "" ""
    EXPANDED_SQL = "" ""
    END BNE_INTERFACE_COLS
    BEGIN BNE_INTERFACE_COLS "22"
    OWNER = "ANONYMOUS"
    OBJECT_VERSION_NUMBER = "1"
    INTERFACE_COL_TYPE = "1"
    INTERFACE_COL_NAME = "P_C_ATTRIBUTE2"
    ENABLED_FLAG = "Y"
    REQUIRED_FLAG = "N"
    DISPLAY_FLAG = "N"
    READ_ONLY_FLAG = "N"
    NOT_NULL_FLAG = "N"
    SUMMARY_FLAG = "N"
    MAPPING_ENABLED_FLAG = "Y"
    DATA_TYPE = "2"
    GROUP_NAME = "INVENTORY"
    VAL_TYPE = "KEYFLEXSEG"
    VAL_COMPONENT = "" ""
    DISPLAY_ORDER = "220"
    UPLOAD_PARAM_LIST_ITEM_NUM = "22"
    PROMPT_LEFT = "C_ATTRIBUTE2"
    PROMPT_ABOVE = "C_ATTRIBUTE2"
    LAST_UPDATE_DATE = "2010/06/14"
    VAL_QUERY = "" ""
    EXPANDED_SQL = "" ""
    END BNE_INTERFACE_COLS
    BEGIN BNE_INTERFACE_COLS "23"
    OWNER = "ANONYMOUS"
    OBJECT_VERSION_NUMBER = "1"
    INTERFACE_COL_TYPE = "1"
    INTERFACE_COL_NAME = "P_C_ATTRIBUTE3"
    ENABLED_FLAG = "Y"
    REQUIRED_FLAG = "N"
    DISPLAY_FLAG = "N"
    READ_ONLY_FLAG = "N"
    NOT_NULL_FLAG = "N"
    SUMMARY_FLAG = "N"
    MAPPING_ENABLED_FLAG = "Y"
    DATA_TYPE = "2"
    GROUP_NAME = "INVENTORY"
    VAL_TYPE = "KEYFLEXSEG"
    VAL_COMPONENT = "" ""
    DISPLAY_ORDER = "230"
    UPLOAD_PARAM_LIST_ITEM_NUM = "23"
    PROMPT_LEFT = "C_ATTRIBUTE3"
    PROMPT_ABOVE = "C_ATTRIBUTE3"
    LAST_UPDATE_DATE = "2010/06/14"
    VAL_QUERY = "" ""
    EXPANDED_SQL = "" ""
    END BNE_INTERFACE_COLS
    BEGIN BNE_INTERFACE_COLS "24"
    OWNER = "ANONYMOUS"
    OBJECT_VERSION_NUMBER = "1"
    INTERFACE_COL_TYPE = "2"
    INTERFACE_COL_NAME = "P_C_ATTRIBUTE4"
    ENABLED_FLAG = "Y"
    REQUIRED_FLAG = "N"
    DISPLAY_FLAG = "Y"
    READ_ONLY_FLAG = "N"
    NOT_NULL_FLAG = "N"
    SUMMARY_FLAG = "N"
    MAPPING_ENABLED_FLAG = "Y"
    DATA_TYPE = "2"
    GROUP_NAME = "INVENTORY"
    OA_FLEX_CODE = "MCAT"
    OA_CONCAT_FLEX = "N"
    VAL_TYPE = "KEYFLEX"
    VAL_OBJ_NAME = "oracle.apps.bne.integrator.validators.BneKFFValidator"
    VAL_COMPONENT = "PA_FLEX"
    OA_FLEX_NUM = "PA_FLEX" "50368" --line2732
    OA_FLEX_APPLICATION_ID = "401"
    DISPLAY_ORDER = "240"
    UPLOAD_PARAM_LIST_ITEM_NUM = "24"
    PROMPT_LEFT = "C_ATTRIBUTE4"
    PROMPT_ABOVE = "C_ATTRIBUTE4"
    LAST_UPDATE_DATE = "2010/06/14"
    VAL_QUERY = "" ""
    EXPANDED_SQL = "" ""
    END BNE_INTERFACE_COLS
    When I am uploading this ldt, it gives me error :
    A syntax error occurred at line 2732 in file aexp_pa_cm_proj_intg.ldt
    The reference attribute requires 2 values to specify the key
    No data found for upload
    where line 2732, I have pointed above.
    Let me know if somebody have impletemented KFF, and what are the steps, to create LOV, we add param list also, Do we need same thing for KFF LOV also, if yes what are the steps.
    Thanks in advance.

    Hi,
    Following the steps mentioned in the link and let me know if you are still not able to do it:-
    http://rkpande14.blogspot.com/2011/07/key-flexfield-kff-validation-in-custom.html
    Thanks,
    Rohit

  • How to implement a single sign on  feature using java.

    Hi,
    I have a question like , How to implement **single sign on** feature in java without using any third party framework or tool like LDAP or any other which is available in the market.
    Actually the situation is i have all security information into the table and those information is used for single sign on . If a user logged in from a jsp loging page all the security role should be assigned to that particular user.
    We can do this using LDAP but i am not supposed to use the LDAP or any third party tool . I have to write a java class for that .
    please suggest me the method , how to implement this in a web application.
    Edited by: Rakesh_Singh on Mar 19, 2008 11:55 AM

    you could setup a token that specifies a user is authenticated. other applications that u want SSO can check for existance of this token
    if it is HTTP - you can save the token as a cookie and downstream apps look for this token
    yr code needs to validate that the token/cookie was indeed a valid one and not subject to man-in-the middle attack.

  • Pls explain how to add standard text in sapscript & smartforms

    Dear friends,
    pls explain how to implement standard text into sap script and smartforms.
    in how many we can do.
    and what is diff between include text & text modules in smartforms.
    how we can translate into multiple languages.
    Regards
    Jagadeeshwar.B

    hi,
    for the include text goto tcode so10.
    for changing the smartform and scripts use there methods..
    1. goto se63>translation->abap objects->other long texts->FS Forms and Styles---> for scripts use Forms
                                           for smartforsm use SAPSmart form
                                           for styles use Styles
    2. goto se71->utilities->original language.---> source lang
    (for scripts)                                                     target lang
    to include the include text created in the tcode so10 in the smartforms go to general attributes of the text element--text type> include text...
    regards,
    venkat.
    Edited by: venkat  appikonda on Mar 22, 2008 11:56 AM

  • Web ADI of Financial Modules

    Hi guys ,
    m new to Web ADI.can you told me how many modules of Financial have Web ADI and for what function this ADI is available.
    Regards,
    SK
    Edited by: shakeel khan on Oct 6, 2010 12:53 AM

    Hi,
    Please refer to the following documents/links.
    Note: 452452.1 - R12:Installing, Configuring and Troubleshooting Web ADI (Web Applications Desktop Integrator)
    Note: 736621.1 - List Of All Webadi Integrator Patches For R12 EBusiness Modules
    Note: 455618.1 - Where To Find R12 WebADI Documentation
    Web ADI
    Web ADI
    Thanks,
    Hussein

  • How to implement BSP in wed dynpro abap

    Hi experts how to implement BSP application into
    web dynpro abap, Plz send the application procedure in detail....

    how to implement BSP application into
    web dynpro abap
    If i understand your question correctly, you want to use BSP application inside your web dynpro ABAP application,
    There are some ways to do:
    if you want to simply navigate to BSP application from WDA application then you can use Exit Plugs
    http://help.sap.com/saphelp_nw04s/helpdata/en/45/1bc575ba064574e10000000a114a6b/content.htm
    If you want to navigate between BSP and WDA application you have to use Suspend and Resume Plugs
    http://help.sap.com/saphelp_nw04s/helpdata/en/45/19bf8c16f25d7ae10000000a11466f/content.htm
    Abhi

  • Configuring Web ADI

    Hi All
    When I try to export the data from the People> Enter and Maintain using the Export Data icon, I am getting the following error mssg:
    "Function not available to this responsibility. Change responsibilites or contact system administrator.
    And also when I try to export data from some other windows, its is showing the following error:
    "APP_PER_289792: Before you can run a mail merge or data extract from this window, your system administrator must define a Web ADI integrator and associate it with the window. There are currently no integrators associated with this window."
    How to configure and use the Web ADI's in HRMS?
    Regards
    M.A.Rahman

    One of the known issues when applying Patch 3218526 - BNE.D is:
    Error: You do not have permission to access this functionality.
    This error will be shown after applying BNE.D and not completing the Post-install steps noted in Note: 287080.1 - About Web Applications Desktop Integrator Mini-pack 11i.BNE.D. If this error is received after completing the Post-install steps, it may be caused by bug 3951092. A workaround is for users to remove all items in their Self Service Favorites menu.
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=287080.1
    Enable tracing for WebADI would be helpful as well. For more details about tracing WebADI please check Note: 294739.1 - How to enable tracing for WEBADI
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=294739.1

  • JAEHYLEE  (R12 ADI)  How to add DFF in Web ADI

    Goal
    How to add DFF in Web ADI
    Solution
    ADI Mass Addition Template Layout Define에서 DFF를 사용하기 위해서 아래 ER이 현재 진행중이고 그 전에 사용하기 위해서는 아래와 같은 Datafix를 Workaround로 사용하여야 합니다.
    Please do the following in the test instance first and if satisfied migrate to production
    1.Setup-->Financials>Flexfields>Descriptive>Segments
    Query the Mass addition DFF and Category flexfield
    2.Both the above is to be defined exactly the same
    3.Reference field for both should be ATTRIBUTE_CATEGORY_CODE
    4)login to sqlplus apps account and run the following script
    sql
    - make sure it runs without errors, then commit. Otherwise rollback. This
    script should not be run over again, therefore verify the outcome.
    - restart the apache listener
    - login to apps and navigate to the Webadi Define Layouts page, under FA
    responsibility.
    - choose a layout for the Additions integrator, include the "Descriptive
    Flexfield" and "Context".
    - Test it.
    SCRIPT
    ===========
    set serveroutput on size 1000000
    Declare
    content_code varchar2(1000);
    interface_code varchar2(50) := 'FA_MASS_ADD_INTERFACE';
    begin
    dbms_output.put_line('Start add descriptive flexfiedl to Additions
    integrator: ' || interface_code);
    dbms_output.put_line('Updating attribute columns in bne_interface_cols_b')
    Update bne_interface_cols_b
    set display_flag = 'N' ,
    val_type = 'DESCFLEXSEG',
    group_name = 'MASSADD_DF'
    where application_id = 140
    and interface_code = 'FA_MASS_ADD_INTERFACE'
    and interface_col_name in ('ATTRIBUTE1','ATTRIBUTE2',
    'ATTRIBUTE3','ATTRIBUTE4','ATTRIBUTE5','ATTRIBUTE6',
    'ATTRIBUTE7','ATTRIBUTE8','ATTRIBUTE9','ATTRIBUTE10',
    'ATTRIBUTE11','ATTRIBUTE12','ATTRIBUTE13','ATTRIBUTE14',
    'ATTRIBUTE15','ATTRIBUTE16','ATTRIBUTE17','ATTRIBUTE18',
    'ATTRIBUTE19','ATTRIBUTE20','ATTRIBUTE21','ATTRIBUTE22',
    'ATTRIBUTE23','ATTRIBUTE24','ATTRIBUTE25','ATTRIBUTE26',
    'ATTRIBUTE27','ATTRIBUTE28','ATTRIBUTE29','ATTRIBUTE30');
    dbms_output.put_line('Creating CONTEXT');
    -- see webadi dev.guide for complete parameter documentation.
    BNE_INTEGRATOR_UTILS.UPSERT_INTERFACE_COLUMN
    (P_APPLICATION_ID => 140,
    P_INTERFACE_CODE => interface_code,
    P_SEQUENCE_NUM => 1011,
    P_INTERFACE_COL_TYPE => 1, -- indicates that column exists
    in interface table.
    P_INTERFACE_COL_NAME => 'CONTEXT',
    P_ENABLED_FLAG => 'Y',
    P_REQUIRED_FLAG => 'N',
    P_DISPLAY_FLAG => 'Y',
    P_FIELD_SIZE => 30,
    P_DEFAULT_TYPE => '', -- JAVA_EACH_ROW, SQL, TABLELOOKUP
    etc.
    P_DEFAULT_VALUE => '',
    P_SEGMENT_NUMBER => '',
    P_GROUP_NAME => 'MASSADD_DF',
    P_OA_FLEX_CODE => 'FA_MASS_ADDITIONS',
    P_OA_CONCAT_FLEX => 'N',
    P_READ_ONLY_FLAG => 'N',
    P_VAL_TYPE => 'DESCFLEXCONTEXT', -- TABLE,JAVA etc.
    P_VAL_ID_COL => '', -- Column for table LOV.
    P_VAL_MEAN_COL => '', -- Column for table LOV.
    P_VAL_DESC_COL => '', -- Column for table LOV.
    P_VAL_OBJ_NAME => '', -- Table for table LOV, class for java
    P_VAL_ADDL_W_C => '', -- where clause for table LOV.
    P_DATA_TYPE => 2, -- 1=NUMBER,2=varchar,3=date
    P_NOT_NULL_FLAG => 'N', -- Y=not null, N=null
    P_VAL_COMPONENT_APP_ID => '140', -- NUMBER
    P_VAL_COMPONENT_CODE => 'OA_FLEX', -- VARCHAR2
    P_SUMMARY_FLAG => 'N', -- VARCHAR2
    P_MAPPING_ENABLED_FLAG => 'Y', -- VARCHAR2
    P_PROMPT_LEFT => 'Context - Descriptive Flexfield', --
    VARCHAR2
    P_PROMPT_ABOVE => '', -- VARCHAR2
    P_USER_HINT => '', -- VARCHAR2' List - Text','* List -
    Text', '* Value','Text','* Date'
    P_USER_HELP_TEXT => 'US', -- VARCHAR2
    P_LANGUAGE => 'US', -- VARCHAR2
    P_SOURCE_LANG => 'US', -- VARCHAR2
    P_OA_FLEX_NUM => '', -- VARCHAR2
    P_OA_FLEX_APPLICATION_ID => '140', -- NUMBER
    P_DISPLAY_ORDER => 802, -- check
    P_UPLOAD_PARAM_LIST_ITEM_NUM => '', -- NUMBER
    P_EXPANDED_SQL_QUERY => '', -- VARCHAR2
    P_LOV_TYPE => 'NONE', -- VARCHAR2
    P_OFFLINE_LOV_ENABLED_FLAG => 'N', -- VARCHAR2
    P_VARIABLE_DATA_TYPE_CLASS => '', -- VARCHAR2
    P_USER_ID => 2 -- NUMBER VERIFY THAT 2 IS CORRCT
    dbms_output.put_line('Creating MASSADD_DF_PARENT');
    -- see webadi dev.guide for complete parameter documentation.
    BNE_INTEGRATOR_UTILS.UPSERT_INTERFACE_COLUMN
    (P_APPLICATION_ID => 140,
    P_INTERFACE_CODE => interface_code,
    P_SEQUENCE_NUM => 1012,
    P_INTERFACE_COL_TYPE => 2, -- indicates that column exists
    in interface table.
    P_INTERFACE_COL_NAME => 'MASSADD_DF_PARENT',
    P_ENABLED_FLAG => 'Y',
    P_REQUIRED_FLAG => 'N',
    P_DISPLAY_FLAG => 'Y',
    P_FIELD_SIZE => '', --?
    P_DEFAULT_TYPE => '', -- JAVA_EACH_ROW, SQL, TABLELOOKUP
    etc.
    P_DEFAULT_VALUE => '',
    P_SEGMENT_NUMBER => '',
    P_GROUP_NAME => 'MASSADD_DF',
    P_OA_FLEX_CODE => 'FA_MASS_ADDITIONS',
    P_OA_CONCAT_FLEX => 'Y',
    P_READ_ONLY_FLAG => 'N',
    P_VAL_TYPE => 'DESCFLEX', -- TABLE,JAVA etc.
    P_VAL_ID_COL => '', -- Column for table LOV.
    P_VAL_MEAN_COL => '', -- Column for table LOV.
    P_VAL_DESC_COL => '', -- Column for table LOV.
    P_VAL_OBJ_NAME => 'oracle.apps.bne.integrator.validators.
    BneDFFValidator', -- Table for table LOV, class for java
    P_VAL_ADDL_W_C => '', -- where clause for table LOV.
    P_DATA_TYPE => '', -- 1=NUMBER,2=varchar,3=date ?
    P_NOT_NULL_FLAG => 'N', -- Y=not null, N=null
    P_VAL_COMPONENT_APP_ID => '140', -- NUMBER
    P_VAL_COMPONENT_CODE => 'OA_FLEX', -- VARCHAR2
    P_SUMMARY_FLAG => 'N', -- VARCHAR2
    P_MAPPING_ENABLED_FLAG => 'Y', -- VARCHAR2
    P_PROMPT_LEFT => 'Descriptive Flexfield', -- VARCHAR2
    P_PROMPT_ABOVE => '', -- VARCHAR2
    P_USER_HINT => '', -- VARCHAR2' List - Text','* List -
    Text', '* Value','Text','* Date'
    P_USER_HELP_TEXT => 'US', -- VARCHAR2
    P_LANGUAGE => 'US', -- VARCHAR2
    P_SOURCE_LANG => 'US', -- VARCHAR2
    P_OA_FLEX_NUM => '', -- VARCHAR2
    P_OA_FLEX_APPLICATION_ID => '140', -- NUMBER
    P_DISPLAY_ORDER => 803, -- check
    P_UPLOAD_PARAM_LIST_ITEM_NUM => '', -- NUMBER
    P_EXPANDED_SQL_QUERY => '', -- VARCHAR2
    P_LOV_TYPE => 'NONE', -- VARCHAR2
    P_OFFLINE_LOV_ENABLED_FLAG => 'N', -- VARCHAR2
    P_VARIABLE_DATA_TYPE_CLASS => '', -- VARCHAR2
    P_USER_ID => 2 -- NUMBER VERIFY THAT 2 IS CORRCT
    dbms_output.put_line('Creating OA_FLEX component');
    end;
    insert into bne_components_b
    (application_id, component_code, object_version_number, component_java_class,
    created_by, creation_date, last_updated_by, last_update_login, last
    updatedate )
    values
    (140, 'OA_FLEX',1.0,'oracle.apps.bne.integrator.component.BneOAFlexComponent',
    2,to_date('20051201','YYYYMMDD') ,2, 2, to_date('20051201','YYYYMMDD') );
    Update bne_interface_cols_b
    set last_update_date = to_date('20051201','yyyymmdd')
    where application_id = 140
    and interface_code = 'FA_MASS_ADD_INTERFACE'
    and sequence_num in (1011, 1012);
    Update bne_interface_cols_tl
    set last_update_date = to_date('20051201','yyyymmdd')
    where application_id = 140
    and interface_code = 'FA_MASS_ADD_INTERFACE'
    and sequence_num in (1011, 1012);
    Reference
    559392.1

    Hello.
    The process is described in the Oracle Web Applications Desktop Integrator Implementation and Administration Guide manual.
    Octavio

  • Web ADI- Modification of FA Additions standard template problem

    Dear Gurus,
    We are on Oracle EBS 11.5.10.2. DB 10g On Oracle Enterprise Linux 5.8 BOX..
    I have modified the custom template of FA Addition.. Here is what I needed and what I have done..
    1. I excluded the mandatory Clearing Account Field from the template.
    2. I enabled Attribute 1 to Attribute 6 columns for display.
    3. Enabled those fields for mapping as well.
    4. Created a new template.
    All these I have done is by adjusting back end information.
    Problem:
    I am getting the attributes in layout creation page there I can select them for showing it on web adi spread sheet lines
    but when I create the document the Attribute Columns does not appear in the sheet.
    I have bounced the machine after doing the changes Still no result.
    Technical Changes I made for doing this :
    update bne_interface_cols_b x
    set x.DISPLAY_FLAG = 'Y'
    where x.INTERFACE_COL_NAME in ('ATTRIBUTE1','ATTRIBUTE2','ATTRIBUTE3','ATTRIBUTE4','ATTRIBUTE5','ATTRIBUTE6')
    and x.INTERFACE_CODE = 'FA_MASS_ADD_INTERFACE'
    update bne_interface_cols_b x
    set x.MAPPING_ENABLED_FLAG = 'Y'
    where x.INTERFACE_COL_NAME in ('ATTRIBUTE1','ATTRIBUTE2','ATTRIBUTE3','ATTRIBUTE4','ATTRIBUTE5','ATTRIBUTE6')
    and x.INTERFACE_CODE = 'FA_MASS_ADD_INTERFACE'
    Please let me know what I need to do for making these visible.
    Regards,
    Rubayat Newaz

    Leo thanks your reply was really helpful.
    here is what I did,
    update bne_interface_cols_b
    set val_type = null, group_name =null
    where application_id = 140
    and interface_code = 'FA_MASS_ADD_INTERFACE'
    and interface_col_name in ('ATTRIBUTE2','ATTRIBUTE4','ATTRIBUTE5','ATTRIBUTE6','ATTRIBUTE7')
    Walla it is showing in web adi. I am able to upload data..
    but I am facing a new kind of problem.. When I upload data using pre validate
    data is uploaded but I get this warning
    No concatenated descriptive flexfield value to validate.
    how to get rid of it ?
    Regards,
    Rubayat

Maybe you are looking for

  • Install clean mountain lion 10.8.3 on new hard disk

    Need help in clean install. I have two 1tb disks. One used for bootcamp with windows 8.1 and the second is new disk. The system boots fine with windows. How do i install mountain lion again ? Thanks

  • Pinching screen to reduce and see full screen every time out of holster

    Hi, Since I installed the latest OS update, now every time I take my phone out of its holster, the fonts are larger than usual and I have to pinch the screen to reduce it to normal size and see all the screen like before. I have tried going into sett

  • How to specify RD USER cal for particular session host server on a licensing server.

    Hello, I have 25 user cal license which I want to deploy to my 5 session host servers (5 user cal for each host) I got 1 licensing server, where I have installed these licenses and pointed all other servers to it. but I dont see any option to reserve

  • IR with reference item in source - Error

    I have an reference item (same page) included in an IR source code, however it always give me "No data found" when I run the report AND use the IR reporting function like sort desc , filter .... Anyway workaround ??? Thankyou

  • Help with side windows.

    Please dont answer with file, new layer!  I used to be able to make a new layer or layer mask from a window on the side.  Can someone say what this is called so i can pull that back up?  Thanks xD