Ethnic Origin field in Oracle HRMS

Hi HRMS gurus,
We are in process of identifying all the fields in HRMS to send it to ADP.
Actually, there are many form fields in HRMS.
Like Ethnic Origin. This Ethnic origin is not stored in data base against that person.
I can see the lookups for Ethnic type.
But how do I link to a person?
Can anyone please help me in this?
Its urgent.
Or
How to capture these type of fields, when they dont store in Database against a record?
Appreciate your help.
Thank you,
Vijitha
Edited by: user7995362 on May 20, 2011 1:04 PM

These fileds are stored in PER_INFORMATION columns of per_all_people_f against US PER_INFORMATION_CATEGORY.
Please review the Further Person Information DFF for understanding the flexfield structures.
Thanks,
Padmaja

Similar Messages

  • TO ADD A CUSTOM ENTRY IN RIGHT CLICK POP UP MENU IN ORACLE HRMS FLEX FIELDS

    We are building a custom help for Oracle HRMS. For this I need to add a custom Help entry in the right click pop up menu. I did this by adding the code APP_POPUP.INSTANTIATE('POPUP10','Custom Help',TRUE,'LINE') in the APPCORE lib. After this change the right click menu shows the new entry 'Custom Help' when user right clicks in any of the form but the new entry Custom Help' doesn't show up when I right click in flexfields. I am sure I need to do some thing else for flex fields.. Does any one have any idea on this ?

    You have to refer to the Current Form, Current Block , Current Item so that the menu appears only in the form where you want to see.

  • Need help in creating documents for Contacts in Oracle HRMS

    We are trying to add documents to Contacts in Oracle HRMS. (11.5.10.2)
    Navigation: Oracle HR Super User -> Fastpath -> Documents of Record
    Search for a Contact -> Manage Documents of Record -> Create Document of Record.
    In Document Information -> Type is mandatory field but the LOV is not returning any values.
    The LOV works fine for both system defined and custom document types when trying to create documents for Employees or External Contractors.
    But we would need to be able to add documents for Contacts also.
    Please let us know if this expected functionality or if there is any setup that is needed.
    Any help in this regard is highly appreciated.
    Thanks,
    Kiranmayi.

    We are trying to add documents to Contacts in Oracle HRMS. (11.5.10.2)
    Navigation: Oracle HR Super User -> Fastpath -> Documents of Record
    Search for a Contact -> Manage Documents of Record -> Create Document of Record.
    In Document Information -> Type is mandatory field but the LOV is not returning any values.
    The LOV works fine for both system defined and custom document types when trying to create documents for Employees or External Contractors.
    But we would need to be able to add documents for Contacts also.
    Please let us know if this expected functionality or if there is any setup that is needed.
    Any help in this regard is highly appreciated.
    Thanks,
    Kiranmayi.

  • Inserting to a CLOB field in Oracle 8i  Database

    Hi All,
    I am trying to insert a value to a CLOB field in Oracle 8i DB.
    The value gets inserted when the size is less (Up to around 80 Bytes).
    When the size becomes larger the insertion does not take place but no exception is thrown.
    Please see below the code I have written.
    PreparedStatement preparedStatement = null;
              try {
                   connection = getConnection(MMAKeys.WMDS_DATASOURCE);
                   String query = "UPDATE s_mmhp_batch SET MMHP_REPORT_CLOB=(?) WHERE MMHP_BATCH_ID=(?) AND MMHP_USER_ID=(?) AND MMHP_MEMBER_KEY=(?)";
              preparedStatement=connection.prepareStatement(query);
              Reader r = new StringReader(clobReport);
              preparedStatement.setCharacterStream(1, r, clobReport.length());
              oracle.sql.CLOB newClob = oracle.sql.CLOB.createTemporary(connection , false, oracle.sql.CLOB.DURATION_CALL);
              newClob.putString(1,clobReport);
              preparedStatement.setClob(1,newClob);
              preparedStatement.setInt(2,batchId);
              preparedStatement.setString(3,userId);
              preparedStatement.setString(4,memberKey);
              preparedStatement.executeUpdate();
              System.out.println("inside the write to Batch method after executing the query");
              } catch (SQLException exception) {
                   throw new DAOException(
                        "MREDMMSDAO -> writeToTable():SQLException"
                             + exception.getMessage());
              } catch (Exception exception) {
                   throw new DAOException(
                        "MREDMMSDAO -> writeToTable():Exception"
                             + exception.getMessage());
              } finally {
                   closeStatement(preparedStatement);
                   closeConnection(connection);
    I came to know that this method is not supported in Oracle 8i.
    I tried to create an empty CLOB and call the putValue() method.
    But Then, I got an exception stating that the method is not supported.
    Is there any other way to insert a CLOB value to Oracle 8i?
    Please help.
    Thanks in advance,
    Neelambary

    And cursor.callproc('insert_clob_proc', (clob,))
    doesn't work for you?
    PrzemekYes - I should have been more clear in my original post. The callproc function works until we have a value which is over 32K. At values over 32K, we get an error message "ORA-01460: unimplemented or unreasonable conversion requested". I believe this is because we are sending the value as a string and so we would need to figure out how to send as a CLOB in cx_Oracle? Here is some code to use to test if interested...
    Oracle (Oracle Database 10g Release 10.1.0.4.0 - Production):
    CREATE TABLE clob_test (CLOB_FIELD CLOB);
    CREATE OR REPLACE PROCEDURE ins_clob_test (v_clob_field IN CLOB)
    AS
    BEGIN
    INSERT INTO clob_test (clob_field) VALUES (v_clob_field);
    END ins_clob_test;
    Python (2.5):
    conn = cx_Oracle.connect(xhash['oraclelogin'])
    cursor = conn.cursor()
    clob_var = 'Some test data' * 10000
    cursor.callproc('ins_clob_test',(clob_var,))
    conn.commit()
    cursor.close()
    conn.close()
    I should also mention that I am the Oracle developer and not the Python programmer - my knowledge of Python is very limited. I would like the Python programmers to use the procedures (packages) I have created to do their inserts but this situation has caused them to put the SQL directly in their code.
    Thanks again for any assistance you can provide.
    Jason

  • What is the purpose  of Date From and Date To In Oracle HRMS ?

    hi
    I have doubt on
    What is the purpose of Date From and Date To In Oracle HRMS?
    Thanks

    Where do you see these fields? Please give full details (eg, the navigation path).
    If you're referring to Effective Start Date and Effective End Date (effective_start_date, effective_end_date) these are two fields that appear on many HRMS entities. They're used to store dated history over time. For example:
    14-Jan-2009 to 19-Apr-2009 - Pam Stephens
    20-Apr-2009 to date - Pam Erickson
    In this example Pam got married on the 20th April 2009 and changed her surname from Stephens to Erickson. Here the history of changes are kept so that if we date-track to any time prior to the 20th April 2009 we'll see Pam Stephens and if we date-track on or after the 20th April 2009 we'll see Pam Erickson.
    Check out the following Oracle Support article for more information:
    How Date Track Works [ID 177733.1]

  • Oracle HRMS

    HI,
    I have a question in Oracle HRMS
    Why is people group a mandatory field in salary administration or payroll?
    Thanks in advance
    Ashish

    this is an EBS-topic. Please ask it in the EBS Forum

  • About Oracle HRMS Family Pack K Rollup 5 (RUP5) - Global Worker Failed On H

    Hi People
    Im busy appyling the Oracle HRMS Family Pack K Rollup 5 and its failing with Worker Failed On Hxcmprn.Sql
    I've loggeg an SR with oracle, can some one please help me ASAP. I have applied all the prereq patches
    as per suggested metalink notes
    Thanks
    SIbusiso
    Edited by: Sibusiso on Apr 29, 2010 2:57 AM

    Hi
    Current system time is Thu Apr 29 11:03:21 2010
    Uploading from the data file /tujias/applmgr/1159/pa/11.5.0/patch/115/import/US/pazzhxctmca0007.ldt
    Altering database NLS_LANGUAGE environment to AMERICAN
    Dumping from LCT/LDT files (/tujias/applmgr/1159/hxc/11.5.0/patch/115/import/hxctmcatimcatgry.lct(115.11), /tujias/applmgr/1159/pa/11.5.0/patch/115/import/US/pazzhxctmca0007.ldt) to staging tables
    Dumping LCT file /tujias/applmgr/1159/hxc/11.5.0/patch/115/import/hxctmcatimcatgry.lct(115.11) into FND_SEED_STAGE_CONFIG
    Dumping LDT file /tujias/applmgr/1159/pa/11.5.0/patch/115/import/US/pazzhxctmca0007.ldt into FND_SEED_STAGE_ENTITY
    Dumped the batch (HXC_TIME_CATEGORIES Projects Processing Fields , HXC_TIME_CATEGORY_COMPS Projects Processing Fields ) into FND_SEED_STAGE_ENTITY
    Uploading from staging tables
    Error loading seed data for HXC_TIME_CATEGORY_COMPS: TIME_CATEGORY_NAME = Projects Processing Fields, TC_NAME = Projects Processing Fields, ORA-20001: HR_6153_ALL_PROCEDURE_FAIL: N, PROCEDURE, hxc_time_categories LCT, N, STEP, Need to revisit tc comp exists test
    Concurrent request completed
    Current system time is Thu Apr 29 11:03:21 2010
    Current system time is Thu Apr 29 11:03:22 2010
    Uploading from the data file /tujias/applmgr/1159/pa/11.5.0/patch/115/import/US/pazzhxctmca0007.ldt
    Altering database NLS_LANGUAGE environment to AMERICAN
    Dumping from LCT/LDT files (/tujias/applmgr/1159/hxc/11.5.0/patch/115/import/hxctmcatimcatgry.lct(115.11), /tujias/applmgr/1159/pa/11.5.0/patch/115/import/US/pazzhxctmca0007.ldt) to staging tables
    Dumping LCT file /tujias/applmgr/1159/hxc/11.5.0/patch/115/import/hxctmcatimcatgry.lct(115.11) into FND_SEED_STAGE_CONFIG
    Dumping LDT file /tujias/applmgr/1159/pa/11.5.0/patch/115/import/US/pazzhxctmca0007.ldt into FND_SEED_STAGE_ENTITY
    Dumped the batch (HXC_TIME_CATEGORIES Projects Processing Fields , HXC_TIME_CATEGORY_COMPS Projects Processing Fields ) into FND_SEED_STAGE_ENTITY
    Uploading from staging tables
    Error loading seed data for HXC_TIME_CATEGORY_COMPS: TIME_CATEGORY_NAME = Projects Processing Fields, TC_NAME = Projects Processing Fields, ORA-20001: HR_6153_ALL_PROCEDURE_FAIL: N, PROCEDURE, hxc_time_categories LCT, N, STEP, Need to revisit tc comp exists test
    Concurrent request completed
    Current system time is Thu Apr 29 11:03:23 2010
    Current system time is Thu Apr 29 11:03:23 2010
    Uploading from the data file /tujias/applmgr/1159/pa/11.5.0/patch/115/import/US/pazzhxctmca0007.ldt
    Altering database NLS_LANGUAGE environment to AMERICAN
    Dumping from LCT/LDT files (/tujias/applmgr/1159/hxc/11.5.0/patch/115/import/hxctmcatimcatgry.lct(115.11), /tujias/applmgr/1159/pa/11.5.0/patch/115/import/US/pazzhxctmca0007.ldt) to staging tables
    Dumping LCT file /tujias/applmgr/1159/hxc/11.5.0/patch/115/import/hxctmcatimcatgry.lct(115.11) into FND_SEED_STAGE_CONFIG
    Dumping LDT file /tujias/applmgr/1159/pa/11.5.0/patch/115/import/US/pazzhxctmca0007.ldt into FND_SEED_STAGE_ENTITY
    Dumped the batch (HXC_TIME_CATEGORIES Projects Processing Fields , HXC_TIME_CATEGORY_COMPS Projects Processing Fields ) into FND_SEED_STAGE_ENTITY
    Uploading from staging tables
    Error loading seed data for HXC_TIME_CATEGORY_COMPS: TIME_CATEGORY_NAME = Projects Processing Fields, TC_NAME = Projects Processing Fields, ORA-20001: HR_6153_ALL_PROCEDURE_FAIL: N, PROCEDURE, hxc_time_categories LCT, N, STEP, Need to revisit tc comp exists test
    Concurrent request completed
    Current system time is Thu Apr 29 11:03:24 2010
    Current system time is Thu Apr 29 11:04:41 2010
    Uploading from the data file /tujias/applmgr/1159/pa/11.5.0/patch/115/import/US/pazzhxctmca0007.ldt
    Altering database NLS_LANGUAGE environment to AMERICAN
    Dumping from LCT/LDT files (/tujias/applmgr/1159/hxc/11.5.0/patch/115/import/hxctmcatimcatgry.lct(115.11), /tujias/applmgr/1159/pa/11.5.0/patch/115/import/US/pazzhxctmca0007.ldt) to staging tables
    Dumping LCT file /tujias/applmgr/1159/hxc/11.5.0/patch/115/import/hxctmcatimcatgry.lct(115.11) into FND_SEED_STAGE_CONFIG
    Dumping LDT file /tujias/applmgr/1159/pa/11.5.0/patch/115/import/US/pazzhxctmca0007.ldt into FND_SEED_STAGE_ENTITY
    Dumped the batch (HXC_TIME_CATEGORIES Projects Processing Fields , HXC_TIME_CATEGORY_COMPS Projects Processing Fields ) into FND_SEED_STAGE_ENTITY
    Uploading from staging tables
    Error loading seed data for HXC_TIME_CATEGORY_COMPS: TIME_CATEGORY_NAME = Projects Processing Fields, TC_NAME = Projects Processing Fields, ORA-20001: HR_6153_ALL_PROCEDURE_FAIL: N, PROCEDURE, hxc_time_categories LCT, N, STEP, Need to revisit tc comp exists test
    Concurrent request completed
    Current system time is Thu Apr 29 11:04:41 2010
    Current system time is Thu Apr 29 12:20:38 2010
    Uploading from the data file /tujias/applmgr/1159/pa/11.5.0/patch/115/import/US/pazzhxctmca0007.ldt
    Altering database NLS_LANGUAGE environment to AMERICAN
    Dumping from LCT/LDT files (/tujias/applmgr/1159/hxc/11.5.0/patch/115/import/hxctmcatimcatgry.lct(115.11), /tujias/applmgr/1159/pa/11.5.0/patch/115/import/US/pazzhxctmca0007.ldt) to staging tables
    Dumping LCT file /tujias/applmgr/1159/hxc/11.5.0/patch/115/import/hxctmcatimcatgry.lct(115.11) into FND_SEED_STAGE_CONFIG
    Dumping LDT file /tujias/applmgr/1159/pa/11.5.0/patch/115/import/US/pazzhxctmca0007.ldt into FND_SEED_STAGE_ENTITY
    Dumped the batch (HXC_TIME_CATEGORIES Projects Processing Fields , HXC_TIME_CATEGORY_COMPS Projects Processing Fields ) into FND_SEED_STAGE_ENTITY
    Uploading from staging tables
    Error loading seed data for HXC_TIME_CATEGORY_COMPS: TIME_CATEGORY_NAME = Projects Processing Fields, TC_NAME = Projects Processing Fields, ORA-20001: HR_6153_ALL_PROCEDURE_FAIL: N, PROCEDURE, hxc_time_categories LCT, N, STEP, Need to revisit tc comp exists test
    Concurrent request completed
    Current system time is Thu Apr 29 12:20:39 2010
    Current system time is Thu Apr 29 12:20:40 2010
    Uploading from the data file /tujias/applmgr/1159/pa/11.5.0/patch/115/import/US/pazzhxctmca0007.ldt
    Altering database NLS_LANGUAGE environment to AMERICAN
    Dumping from LCT/LDT files (/tujias/applmgr/1159/hxc/11.5.0/patch/115/import/hxctmcatimcatgry.lct(115.11), /tujias/applmgr/1159/pa/11.5.0/patch/115/import/US/pazzhxctmca0007.ldt) to staging tables
    Dumping LCT file /tujias/applmgr/1159/hxc/11.5.0/patch/115/import/hxctmcatimcatgry.lct(115.11) into FND_SEED_STAGE_CONFIG
    Dumping LDT file /tujias/applmgr/1159/pa/11.5.0/patch/115/import/US/pazzhxctmca0007.ldt into FND_SEED_STAGE_ENTITY
    Dumped the batch (HXC_TIME_CATEGORIES Projects Processing Fields , HXC_TIME_CATEGORY_COMPS Projects Processing Fields ) into FND_SEED_STAGE_ENTITY
    Uploading from staging tables
    Error loading seed data for HXC_TIME_CATEGORY_COMPS: TIME_CATEGORY_NAME = Projects Processing Fields, TC_NAME = Projects Processing Fields, ORA-20001: HR_6153_ALL_PROCEDURE_FAIL: N, PROCEDURE, hxc_time_categories LCT, N, STEP, Need to revisit tc comp exists test
    Concurrent request completed
    Current system time is Thu Apr 29 12:20:41 2010
    Current system time is Thu Apr 29 12:20:41 2010
    Uploading from the data file /tujias/applmgr/1159/pa/11.5.0/patch/115/import/US/pazzhxctmca0007.ldt
    Altering database NLS_LANGUAGE environment to AMERICAN
    Dumping from LCT/LDT files (/tujias/applmgr/1159/hxc/11.5.0/patch/115/import/hxctmcatimcatgry.lct(115.11), /tujias/applmgr/1159/pa/11.5.0/patch/115/import/US/pazzhxctmca0007.ldt) to staging tables
    Dumping LCT file /tujias/applmgr/1159/hxc/11.5.0/patch/115/import/hxctmcatimcatgry.lct(115.11) into FND_SEED_STAGE_CONFIG
    Dumping LDT file /tujias/applmgr/1159/pa/11.5.0/patch/115/import/US/pazzhxctmca0007.ldt into FND_SEED_STAGE_ENTITY
    Dumped the batch (HXC_TIME_CATEGORIES Projects Processing Fields , HXC_TIME_CATEGORY_COMPS Projects Processing Fields ) into FND_SEED_STAGE_ENTITY
    Uploading from staging tables
    Error loading seed data for HXC_TIME_CATEGORY_COMPS: TIME_CATEGORY_NAME = Projects Processing Fields, TC_NAME = Projects Processing Fields, ORA-20001: HR_6153_ALL_PROCEDURE_FAIL: N, PROCEDURE, hxc_time_categories LCT, N, STEP, Need to revisit tc comp exists test
    Concurrent request completed
    Current system time is Thu Apr 29 12:20:41 2010
    Current system time is Thu Apr 29 12:44:45 2010
    Uploading from the data file /tujias/applmgr/1159/pa/11.5.0/patch/115/import/US/pazzhxctmca0007.ldt
    Altering database NLS_LANGUAGE environment to AMERICAN
    Dumping from LCT/LDT files (/tujias/applmgr/1159/hxc/11.5.0/patch/115/import/hxctmcatimcatgry.lct(115.11), /tujias/applmgr/1159/pa/11.5.0/patch/115/import/US/pazzhxctmca0007.ldt) to staging tables
    Dumping LCT file /tujias/applmgr/1159/hxc/11.5.0/patch/115/import/hxctmcatimcatgry.lct(115.11) into FND_SEED_STAGE_CONFIG
    Dumping LDT file /tujias/applmgr/1159/pa/11.5.0/patch/115/import/US/pazzhxctmca0007.ldt into FND_SEED_STAGE_ENTITY
    Dumped the batch (HXC_TIME_CATEGORIES Projects Processing Fields , HXC_TIME_CATEGORY_COMPS Projects Processing Fields ) into FND_SEED_STAGE_ENTITY
    Uploading from staging tables
    Error loading seed data for HXC_TIME_CATEGORY_COMPS: TIME_CATEGORY_NAME = Projects Processing Fields, TC_NAME = Projects Processing Fields, ORA-20001: HR_6153_ALL_PROCEDURE_FAIL: N, PROCEDURE, hxc_time_categories LCT, N, STEP, Need to revisit tc comp exists test
    Concurrent request completed
    Current system time is Thu Apr 29 12:44:46 2010
    Current system time is Thu Apr 29 14:07:57 2010
    Uploading from the data file /tujias/applmgr/1159/pa/11.5.0/patch/115/import/US/pazzhxctmca0007.ldt
    Altering database NLS_LANGUAGE environment to AMERICAN
    Dumping from LCT/LDT files (/tujias/applmgr/1159/hxc/11.5.0/patch/115/import/hxctmcatimcatgry.lct(115.11), /tujias/applmgr/1159/pa/11.5.0/patch/115/import/US/pazzhxctmca0007.ldt) to staging tables
    Dumping LCT file /tujias/applmgr/1159/hxc/11.5.0/patch/115/import/hxctmcatimcatgry.lct(115.11) into FND_SEED_STAGE_CONFIG
    Dumping LDT file /tujias/applmgr/1159/pa/11.5.0/patch/115/import/US/pazzhxctmca0007.ldt into FND_SEED_STAGE_ENTITY
    Dumped the batch (HXC_TIME_CATEGORIES Projects Processing Fields , HXC_TIME_CATEGORY_COMPS Projects Processing Fields ) into FND_SEED_STAGE_ENTITY
    Uploading from staging tables
    Error loading seed data for HXC_TIME_CATEGORY_COMPS: TIME_CATEGORY_NAME = Projects Processing Fields, TC_NAME = Projects Processing Fields, ORA-20001: HR_6153_ALL_PROCEDURE_FAIL: N, PROCEDURE, hxc_time_categories LCT, N, STEP, Need to revisit tc comp exists test
    Concurrent request completed
    Current system time is Thu Apr 29 14:07:58 2010
    Current system time is Thu Apr 29 14:15:46 2010
    Uploading from the data file /tujias/applmgr/1159/pa/11.5.0/patch/115/import/US/pazzhxctmca0007.ldt
    Altering database NLS_LANGUAGE environment to AMERICAN
    Dumping from LCT/LDT files (/tujias/applmgr/1159/hxc/11.5.0/patch/115/import/hxctmcatimcatgry.lct(115.11), /tujias/applmgr/1159/pa/11.5.0/patch/115/import/US/pazzhxctmca0007.ldt) to staging tables
    Dumping LCT file /tujias/applmgr/1159/hxc/11.5.0/patch/115/import/hxctmcatimcatgry.lct(115.11) into FND_SEED_STAGE_CONFIG
    Dumping LDT file /tujias/applmgr/1159/pa/11.5.0/patch/115/import/US/pazzhxctmca0007.ldt into FND_SEED_STAGE_ENTITY
    Dumped the batch (HXC_TIME_CATEGORIES Projects Processing Fields , HXC_TIME_CATEGORY_COMPS Projects Processing Fields ) into FND_SEED_STAGE_ENTITY
    Uploading from staging tables
    Error loading seed data for HXC_TIME_CATEGORY_COMPS: TIME_CATEGORY_NAME = Projects Processing Fields, TC_NAME = Projects Processing Fields, ORA-20001: HR_6153_ALL_PROCEDURE_FAIL: N, PROCEDURE, hxc_time_categories LCT, N, STEP, Need to revisit tc comp exists test
    Concurrent request completed
    Current system time is Thu Apr 29 14:15:47 2010
    Current system time is Thu Apr 29 14:18:50 2010
    Uploading from the data file /tujias/applmgr/1159/pa/11.5.0/patch/115/import/US/pazzhxctmca0007.ldt
    Altering database NLS_LANGUAGE environment to AMERICAN
    Dumping from LCT/LDT files (/tujias/applmgr/1159/hxc/11.5.0/patch/115/import/hxctmcatimcatgry.lct(115.11), /tujias/applmgr/1159/pa/11.5.0/patch/115/import/US/pazzhxctmca0007.ldt) to staging tables
    Dumping LCT file /tujias/applmgr/1159/hxc/11.5.0/patch/115/import/hxctmcatimcatgry.lct(115.11) into FND_SEED_STAGE_CONFIG
    Dumping LDT file /tujias/applmgr/1159/pa/11.5.0/patch/115/import/US/pazzhxctmca0007.ldt into FND_SEED_STAGE_ENTITY
    Dumped the batch (HXC_TIME_CATEGORIES Projects Processing Fields , HXC_TIME_CATEGORY_COMPS Projects Processing Fields ) into FND_SEED_STAGE_ENTITY
    Uploading from staging tables
    Error loading seed data for HXC_TIME_CATEGORY_COMPS: TIME_CATEGORY_NAME = Projects Processing Fields, TC_NAME = Projects Processing Fields, ORA-20001: HR_6153_ALL_PROCEDURE_FAIL: N, PROCEDURE, hxc_time_categories LCT, N, STEP, Need to revisit tc comp exists test
    Concurrent request completed
    Current system time is Thu Apr 29 14:18:50 2010

  • How to encrypt the text in password field in Oracle Forms version 6i

    Need help!
    How to encrypt the text in password field in Oracle Forms version 6i?
    one way is to change the settings in the property palette. Can somebody provide me some script to be run while the form is running which will enable the password to be encrypted?
    Thanks!

    Hello,
    Do you mean "hidden" (replaced with stars) or encrypted (that needs to be decrypted ?
    Francois

  • Error while inserting the value in xmltype field of oracle using ALDSP?

    I am getting the following error, while trying to insert the large xml in the xmltype field of oracle using aldsp service:
    inconsistent datatypes: expected - got CLOB in bea
    But this error does not occur when the input xml is of smaller size.

    Please post the complete error message and stack trace.

  • Change Condit.origin field value from C to A in sales order

    Hi,
    We have to maintain Condit.origin field in Item-Conditions-Details in Sales Order.
    Path -
    Open a sales order, now db click on one line item and select conditions tab. Now db click on JMOD condition. After that you will see the Item-Conditions-Details. Now please see the Condit.origin under Control data heading.
    In my system, it is automatically selecting C - Manually entered and it is non-changeable. How can i change it to A - Automatic pricing.
    Plz guide..

    We are creating Condition record in VK11 with below shown inputs:
    Condition Type - JMOD
    enter
    Select Sales organization radio button and enter
    now we are creating a new Excise condition entry.
    Sales Organisation.........Proc. Stat.......Amount........Unit.......Valid From.........Valid to......Tax Code..
    1000...............................01..................10000...........INR........01.03.2010.......31.03.2010........A0
    and save.
    when we are creating new sales order...we don't see any changes in item condition's...C is still there...
    plz guide...

  • What are the LOV fileds in Oracle HRMS Shared Tables?

    Hi All,
    I want to prepare interface from third party HRMs software to Oracle HRMS shared tables. I need to know what are the important tables needs data to fullfill all requirements like Approval Hierarichy setup configurations. And also want to know the coulmns in tables which need further regular maintenence.
    Need Help
    Neeraj Bhtia

    Hi Avneesh,
    Thanks for you quick response.
    Ail has recommended only for per_all_People_F, but does it sufficient to cover to setup all type of approval hirearchy like, I-Expense, Po Approval, AR-Collectore, AR -Salesperson selection etc.
    Does it need any other table like, PER_ALL_assignment_F?
    Regards,
    Neeraj Bhatia

  • Online Help for Oracle HRMS Self Service System

    I am looking into developing context-sensitive online help for an Oracle HRMS Self Service application. There is currently no online help for the application; all help is provided in printed and online docs, so users are having trouble navigating to the info they need. Help is needed! My initial questions are:
    Would I need to create OHJ or OHW?
    Could I use RoboHelp to develop the content?
    Is there a reference document you can point me to?
    Thanks
    Belinda

    Hi Belinda,
    You would create Oracle Help, and then deploy it using OHJ or OHW.
    The format of the help is the same. There is nothing specific that needs to be done for one or the other. If your system i s a Web application, you would use OHW and otherwise, you would use OHJ.
    You can read more about Oracle Help on OTN at http://www.oracle.com/technology/tech/java/help/index.html.
    (Read the FAQ for more information about the choice between OHJ and OHW.)
    Personally, I would not recommend RoboHelp to create Oracle Help. RoboHelp has a lot of nice features, but the Oracle Help output feature is fairly buggy, especially if you are creating a large helpset, or a helpset that has subhelpsets.
    At Oracle, a lot of help development is done using DreamWeaver and an in-house build tool, called the Oracle Help Build Tool. This is available for free. Send me a mail ([email protected]) if you want a copy.
    Regards,
    Pete

  • Country of origin field?

    Dear Gurus,
    can we make only 'country of origin' field manadatory in me11 and me12?
    if yes, how?
    If No, why?
    pls help........

    Dear
    Field Ctry Of Origin gets copied from Vendor Master - In Address LFA1-LAND1. Further it is independent of the Partner Function. Even u assign any different Goods Supplier/ Ordering Address in partner determination, it will not not pick-up from its country.
    Hopes this help you.
    Cheers
    Sunil

  • How to increase the width of a field in oracle reports 6i

    Hello,
    I'm facing a problem related to width of field. I have a table with field abc varchar2(1500) and when I try to show it in report. I'm unable to see complete data because field size in report is 300.
    Kindly guide me to increase the size/width of field in oracle report 6i
    thanks in advance
    sadiq

    Post your question on Reports forum
    Reports

  • How could I Write data into a field in Oracle whose data type is VARCHAR2

    The target data I want to write into Oracle is in http://tw.yahoo.com/info/utos.html.
    Now, these data is stored in Mysql database and the field which stores these data uses "Text" as its data type.
    I want to derive these data from mysql database and store them into a field of oracle database.
    In oracle, I create field whose data type is varchar2(4000) to store these data.
    I use JSP to derive data from mysql and insert into oracle through JDBC.
    But the result of the page shows me that "javax.servlet.ServletException: Data size bigger than max size for this type: 25623".
    Please anyone could help to resolve this problem?
    Thank you very much.

    My hunch is that the problem is that VARCHAR2(4000), but default, allocates 4000 bytes of storage. Depending on your database character set, a single character may require up to 4 bytes of storage.
    If you are on 9i, you can declare the column VARCHAR2(4000 CHAR) to allocate 4000 characters of storage. You can also set NLS_LENGTH_SEMANTICS to CHAR, which will cause Oracle to assume that your declarations are in characters rather than bytes.
    Justin
    Distributed Database Consulting, Inc.
    http://www.ddbcinc.com/askDDBC

Maybe you are looking for

  • NW 7.01 upgrade to 7.3 (BW) - Error: Unknown language short name Z2

    Hello, While upgrading a BW system to NW 7.3, in phase PREP_CONFIGURATION/LANG_SELECT I get the error: Unknown language short name 'Z2' and the upgrade cannot continue. The Z2 language is supplemented with English and is working properly in the syste

  • Post Goods Receipt before putaway

    Hi Experts, We're planning to implement SAP WM of SAP ECC 6.0. We're using inbound delivery for our goods receiving into the warehouse.  The process steps  that I found out from the SAP document is as follows: 1.  Create inbound delivery 2.  Pack if

  • How do you create THIS "grid" in Oracle Forms

    Hi, I am new to Forms. I have to develop a grid very similar to the one shown here. How can you create the grid in the bottom?? I can't see using any of the standard Oracle toolbox items (like multi-record blocks) for this? Any help would be greatly

  • BAPI for Rebate agreement creation in MM

    Hi, I have been unable to find any BAPI which could be used to create a Rebate Agreement (Subsequent settlement for vendor) in MM. ANy SDn thread or any search result yields the name of BAPI_AGREEMENTS, which unfortunately has capabilities of creatin

  • How to see changes in DB at another comp?

    When starting the same appliction on several comps I don't see changes in tables made by the same user on another comp unless I restart the application. F5 doesn't help. I see changes only if I make changes myself. As I understand Commit-operation ma