Number field issue

Hi,
I have the table and a row like this:
create table swchk1 (numfield number(38))
insert into swchk1 values (31.5)
select * from swchk1 --32
The actual value 31.5 is converted to 32.
Is there a way to get the value of 31.5 instead of 32?
Thanks in advance

Please dont say that. It was a miss
for example, if the number field is created as a datatype number (Please note iam not giving any provisions to accomodate any decimals) it would have solved the problem.
The datatype Number(38) were the standards when we used oracle-8i to deal with number, of course without decimals, as we migrated to 9i the datatype number was the standard we use.
Is there any migration tool or any means where i can restore the actual value?
Thanks.

Similar Messages

  • Number Field Issue in IPM11g!!

    Hi,
       I have created an application in IPM11g and it contains Number type field. During the content upload through Input Agent or UI if I don't pass any value for that Number field then '0' is populated for this field. In my scenario if I don't pass any value for that Number field then the field should be empty. Please help me to fix this.
    Thanks

    If i understand your question well, you could try this:
    In the querygroup (datamodel) of your first query you create a formula column : CF_payment_or_overriding_date
    In the PL/SQL Formula of your formula column you add code like this:
    function CF_payment_or_overriding_dateF return DATE
    is
    ld_return DATE;
    begin
    IF 'overriding'
    THEN
    use your criteria to retrieve the overriding_dd_date from paa via select into or a cursor construction
    ld_return := ppa_overriding_dd_date;
    ELSE
         -- empl.payment_date is fine do not replace
         ld_return := :payment_date;
    END IF;
    RETURN (ld_return);
    end;
    And in your layout section,
    for your field F_Payment_date1 set your source column to
    your formula column CF_payment_or_overriding_date
    Hope this helps,
    Greetings,
    Emiel

  • Alternative Account number - using as a custom field/Issues in reports pull

    Hi All,
    Requirement:
    Create a new field in the GL master that will link through to a new 8 to 10 character new Chart of Accounts (COA).
    We are presently using the "Group Account number" field from the GL master for reporting purposes through a Group COA. So this won't be available for our new purpose. Instead of creating a custom field and pulling the data, I'm thinking to use Country Chart of Accounts to fill this gap by using "Alternative Account Number" in GL Control data tab.
    I created a new Country COA and assigned it to Operational COA. Created new GL account (FS00) and also created a new Country Chart of Accounts (FSP0) at Chart of Accounts level and assigned this to the created GL (FS00). In this process I got couple of issues
    1) System didn't allow me to assign Country COA GL if already has the balance, and tried to change this error message in OBA5 without success. How can I add newly crated Alternative a/cs to the existing (balanced) GL A/cs?
    2) This time I created brand new GL a/c and added the alternative a/c and created new Financial Statement Version (FSV) assigned the newly crated a/cs but I couldn't run the reports on this new COA, getting following error message "Company codes and charts of accounts entered are incompatible" when executing F.01/F.08.
    3) May be silly to ask - why we are not maintaining the Alternative a/c at Company Code level (FSS0)? Why we are only maintaining at Chart of Accounts level (FSP0)?
    Would be glad if any one touch this area deep enough to understand easily

    Hi
    The system will update the amount at company code level GL only. You can post the entries at company code gl only, no option to post the transaction figures at chart of accounts level. So the group COA or country level COA will pick up the transactional data from the GL at country level. Remaining level GLs are link with the country level COA.

  • Serial number field and table

    Hi,
    I want Serial number field and table,
    Scenario like this,for returnable packging material we have assigned serial numbers,mtrl type is LEIH,so for tracking of RTP material now we are going to Develop one Report for this i need ur Help.
    Logic is:1)Matrl doc at the time of Delievery.
                Qty,Posting Date,Customer,Mvt type,Serial numbers for all.
                 Beacause at the time of Del we are mentioned all serial numbrs.
                2)Material Document at the time of GI.
                Same field as mentioned as above.
    After that,3)System is to Calculate How many Matrl are deliever to Custmer upto current  Period.Say  10.
    4)Calculte  How many Matrl are Recieved from the Custmer upto current  period.say 5
    5)Del - Issue=Total Number of Material is in Customer side.Say 5
    6)According to the Serial Number wise system has to calculate in which month delieverred matrl is in still customer side.
    (Ex PGI date 20.02.2007  3 qty
    Serial Number    1,2,3
    Issue date    20.03.2007   2 qty
    Serial Number    2,3
    Serial number  1 still is in Customer side.
    Age is 2 month)
    I am giving simple ex.
    so pls any body is having this idea pls Shared with me.
    Thanks
    Raghu

    Hi Raghu,
    Check table SER01(Document Header for Serial Numbers for Delivery).
    OBJK is the object table and you will have SERNR as serial number in this table.
    check table EQUI
                          EQUI -SERGE
                          EQUI-GERNR.
    EQUI-SERGE is Manufacturer serial number.chk if this is the one u r looking for.
    MARC-SERNP.
    key in plant and material in this table to fetch the Serial number profile of the material.
    Check in IKPF AND ISEG Tables... ( inventory )
    MSEG~EQUNR
    Hope it will hep u
    Regards
    Hareesha

  • Number format issue in XML Publisher from OAF (',.' is replaced by 'u n')

    Hi All,
    I am facing a problem in XML Publisher report. In report I need to display some number fields with 'USD' format. In RTF, data type 'Number' and format '###,##0.00' is selected. If I run concurrent program from oracle core forms using System Administrator > Concurrent > Request, I am able to get correct number format.
    Ex : 123456.00 After Number format : 123,456.00
    Also its working fine from XML Publisher Administrator responsibility (using Preview).
    But problem is when I submit the concurrent request through OAF, I am not getting correct data. ',' is replace by 'u' and '.' is replace by 'n'.
    Ex: 123456.00 In Report 123u456n00
    Checked profile value : ICX: Numeric Character and its set to 1,000.00 at site level.
    Do I need to set character set anywhere in OAF before calling concurrent program?
    I tried to use "alter session set nls_numeric_character = ',.';" by calling stored procedure from OAF. But still its not working.
    Please give me solution for this.
    Regards,
    Sadanand

    Hell - I am running into the same issue? Did you guys find a resolution for this? Please let me know, would really appreciate your help.
    Thanks,
    Dhiraj
    [email protected]

  • How to prevent users from entering '+' or '0' in front of country code in the phone number field?

    Requirement:
    How can I prevent guest users from entering '+' sign or '0' in front of country-code in the visitor phone number field during self registration?
    Few SMS service providers are not looking for '+' sign or '0' or '00' in front of the international phone numbers to trigger the sms. Providing these values in front of country code during self-registration may fail to deliver the sms to recipient.
    Solution:
    Using a simple regular expression, you can validate the entered phone number during the guest registration. 
    The below regular expression will help you to validate the phone number and allows to register only  when the phone number is not staring with '+' or '0'. 
    ^[1-9][0-9](\d{7}|\d{8}|\d{9}|\d{10}|\d{11}|\d{12})$
    It also performs the below validations.
    only numbers are allowed.
    first digit of the entered phone number should be 1 to 9, so '+' or '0' is not allowed. 
    numbers from 0 to 9 are allowed from the second digit.
    also validates phone number length, the length of the phone number should be 9 to 14.
    Configuration:
    To add the above regex in the visitor_phone number filed, please navigate to ClearPass Guest >> Configuration >> (Pages)Guest Self-Registration >> select the self-registration page and go to Edit >> Register Page >> Form >>  select the filed visitor_phone and set the Validator to " ISRegexMatch" and enter the above regex in the Validator Argument filed as shown below.
    Note:  Edit the Validation Error as per your requirement.
    Verification
    Adding the given regex will validate the phone number and prevent the guest user from registering the phone number starts with '+' or '0'.
    Please find below the sample outputs for your reference.
    Result when phone number starts with '+' or '0'.
    Successful registration.

    Is this a Mac Preview issue?

  • PA30 - Personnel Number field greyed out - No input help available.

    Hi Experts,
    In our System in DEV, & Quality  in PA30, we are unable to select employees either by directly giving the number (greyed out) or by selecting through F4 (No input help is available).
    But in Production System we can directly give Pernr or select through F4.
    Any body tell me what is the reason behind this.
    Thanks in advance.
    Samanvita.

    Hi Hariprasath,
    It is not the issue with NUMKR, The number Ranges are already maintained, and are defaulted in NUMKR feature.
    This is showing same in DEV / QA/ Prod.
    Issue is in DEV / QA,  The Personnel Number Field is Greyed out, and not able to select any number.
    For that we are going to PA20, open the personnel number first, and open PA30 in another window, then we are changing the data of the employee.
    But we want to give Personnel Number in PA30 itself as per SAP Standard.
    Any Idea, why it is like this.
    Thanks,
    Samanvita

  • Problem with number-fields in csv-Export-Files

    Hello,
    the export with the csv option works fine and our users like this export-function.
    But Unfortunatelly we have some problems with the exported number fields. In my region I defined the field with a format mask.
    On the screen it looks fine but when I change to csv the values are exported as text-values.
    So in excel the columns are shown with left alignment.
    When I try to change the format in excel to number, excel change the column type but not the value inside.
    On this account we cannot use the sum-function and the display of the value is wrong (alignment).
    Which possibilities do I have to resolve that problem?
    Thanks in advance
    Ulrike

    I have the same issue - Anyone any ideas on how to export currency values in a report to excel as numbers?

  • LR 5.7.1 File Renaming start number field is missing

    Installed Lr CC 5.7.1 on a MacBook Air OS 10.10.2 - in the Lr import window in the File Renaming panel the Start Number field is missing and I can not add a start number to the files?  Any suggestions on what is causing this issue and how to repair this Start Number field omission?

    Sounds like you are looking for the "sequence" field. The "original file number" is also a good one to use.

  • Whole number field formatted as timezone in CRM 2013 SP1UR1 gives error on saving

    Hi,
    I added a whole number field formatted  as time zone to the appointment form and when I save the record I get an error saying
    Crm Exception: Message: An unexpected error occurred., ErrorCode: -2147220970, InnerException: System.InvalidCastException: Unable to cast object of type 'Microsoft.Xrm.Sdk.OptionSetValue' to type 'System.IConvertible'.
    This error is coming from the timezone field and only happens when I have data in the field. Has anyone seen this?
    Thanks
    Rickard Norström Developer CRM-Konsulterna
    http://www.crmkonsulterna.se
    Swedish Dynamics CRM Forum: http://www.crmforum.se
    My Blog: http://rickardnorstrom.blogspot.se

    More info, the error occurs on pipeline stage 30 of the Book or Reschedule message and the same thing happens in CRM 2015. I've started a thread on connect with URL
    https://connect.microsoft.com/dynamicssuggestions/feedback/details/1128206/crm-2013-sp1ur1-cant-handle-the-timezone-field
    This must be rather new because I've tried it in CRM 2011 UR late and it did not occur there, I haven't tried CRM 2013 RTM though so I can't say if it's a CRM 2013 or a CRM 2013 SP1UR1 issue.
    BTW, the 2015 org was a complete vanilla so I've pretty much ruled out custom code as a culprit :)
    Regards
    Rickard Norström Developer CRM-Konsulterna
    http://www.crmkonsulterna.se
    Swedish Dynamics CRM Forum: http://www.crmforum.se
    My Blog: http://rickardnorstrom.blogspot.se

  • There is no item number field available in non catalog request screen

    Hi,
    I need help in understanding how the Contract purchase agreement works with i-procurement.
    1. created contract purchase agreement
    2. Setup the item
    3. Setup the price list for the item
    4. Setup the ASL for the item and referenced the CPA number in source document region.
    5. Created Sourcing rule for the item.
    I have no issues in defaulting sourcing information (supplier name, site name, source document number) when creating a requisition in core apps forms but how to setup the same feature in i-procurement? I selected non catalog request type but I don't see item number field available.
    Please advise.
    Thanks,
    Ram

    Hi,
    First we need to know which version you are in - 11i or R12.
    Also, non-catalog request is not used for the requisitions with Inventory Item.
    Just search for the Item number or description in the iProcurement and see whether the search result shows your item.
    Internal Item number field will show the Oracle Item number.
    Thanks,
    PS.

  • Vendor Product Number field

    Can anyone please help us finding the field  " Vendor Product Number". We have the information that this is a standard field on the shopping cart and is part of the standard content and This field is also available on Catalog Purchase Orders
    Please help us recognizing the appropriate field tech name from the  shopping cart extractor.
    Hints are appreciated

    Hi Masa,
    Appreciate your prompt response. My issue is not Vendor Part Number. We are using Manufacturer Part Number field in our SRM-MDM catalogs. OCI is transferring the data in this field to SRM SC but it is not displaying in Item Data tab in SC. I can see the Manufacturer Part Number value transferred from catalog in Tcode BBP_PD. As per your earlier reply, I added field MANU_PROD (Manufacturer Part Number) in Customer Meta Data for Item fields in Personalization is SPRO. After adding this field here, it should be displayed in SRM SC Item Data tab but it is not displaying there.
    We are not facing any problem with field  Supplier PArt Number and iit is displaying correctly in the SRM SC.
    Thanks

  • Web Forms Number Field - Not processing decimals!

    We have created a monster web form on a clients site. As it is, we have had to setup an API to deal with the data after its been generated by BC and modify it before sending it on to the client. The client saw no reason for fields that did not have anything entered against them to be sent through in the workflow notification - and I agreed. 
    Now after all these other problems have been resolved, I discover that all my  "number" fields cannot process a decimal place, and they round up or down. BC have suggested I need to recreate the form and just make them all 'text strings'.
    Not good enough. Its an EPIC form with over 100 fields in it. We, in good faith, read the instructions that can be found here: http://kb.worldsecuresystems.com/478/bc_478.html?bc-partner
    that state "Number - a text box that must have a number entered into it". No note about NOT using decimals!
    The confusing thing is, it lets you enter the decimal from the front end, even displays the web form confirmation page correctly with decimals. But when it creates a case in BC, it rounds the numbers. So its only at this late testing stage that we have discovered the issue
    Does anyone have any ideas about faster ways of re-creating this entire form ?
    I did submit a support ticket, and was told to switch to the old UI and then just change the type of the fields. But when we try to change a form field from 'number' to 'string' it brings up the message "WARNING: Field updated successfully but type not changed as field has associated values.". Then they said to:
    Copy that specific webform change the type fields of the form and then remove the old webform and re-name this one copy with the first webform name. The copy option is available under the link I have provided to you.
    However this still means we need to change *all* the fields and then get every field' s ID and insert it into the javascript. Very very time consuming
    So A) everyone else be warned and B) Does anyone have a shortcut?
    Thanks!!

    Thanks for confirming my fears
    Its a shame that since its such a long standing thing, it hasnt actually been added to the knowledgebase... which when we started this project (long before this schmozzle of a new system was introduced) was the most relevant place to look.  When I start something, I tend to look in the KB.... not think "oh perhaps I should check the FAQ's in case there is a long standing issue that isnt contained in the KB".

  • CUP: Mapping LDAP field to CUP Accounting Number field

    Hello CUP Experts,
    I have encountered a problem with the LDAP field mapping that I simply can't figure out on my own.
    We have a field named employeeNumber in our LDAP system, I want that employeeNumber to end up in the CUP field named Accounting Number and eventually hoping that this data will end up in the corresponding Accounting Number field in the back-end user master field.
    - This Accounting Number field is visible in the back-end system in SU01D on the Logon data tab in section Other Data.
    In the LDAP Mapping I have mapped a CUP field named ACCOUNTNR to the LDAP employeeNumber under additional fields.
    Is the CUP field named something else than ACCOUNTNR in CUP?
    Does anyone know of a solution to this problem or a similar problem?
    Thanks in advance,
    Stefan Ericsson
    +358-50-4867527

    Hi Stefan!
    Which issue exactly are you trying to solve:
    1. The LDAP field goes into the CUP request, but not into SU01
    2. The LDAP field does not even show up in CUP
    1) can be solved by maintaining Configuration - Field Mapping - Provisioning
    2) should work as you did it, alternatively you might be able to use a custom field (CAREFUL! once you use a custome field you'll never get it out of CUP again!)
    Kind regards,
    Frank.

  • Problem with TCODE PK02 with the warehouse number field.

    Hello folks,
    I have created a control cycle in the TCODE PK01. When I tried to change it it is not displaying the warehouse number that I have used while saving. Also here it is showing the warehouse number as a mandatory field.
    I have input the warehouse number in the PK02 TCODE and saved. I am able to see the warehouse number value updated in the table also. But again if I try to enter the PK02 TCODE , it is displaying empty warehouse number and showing as a mandatory field.
    Also in TCODE PK03 tcode , I am not able to see the warehouse number field I have saved.
    Can anyone address on the below issues?:
    1. how to configure the PK02 warehouse number mandatory field settings and
    2. Populating the warehouse number field in the PK02 and PK03.
    Thanks,
    Ramineni.
    << Moderator message - You have a better chance of getting answers to a question if you flag your thread as a question rather than removing the flag. >>
    Edited by: Rob Burbank on Jun 14, 2011 9:57 AM

    Hi,
    I do not see warehouse number field in contorl cycle defination..
    what type of control cycle is this? Classic or event driven?
    Looks like this is a Z screen field..
    check if user exit is impliemented properly.
    Thanks,
    Santosh Sarda

Maybe you are looking for

  • Is there a way to disable the AppleTV remote control on a MacBook?

    I often work on my MacBook Pro while watching shows using Apple TV, but every time I pause or play something on the AppleTV, the remote signal also activates iTunes on my MacBook Pro.  I pretty much never use the remote to control my MacBook Pro.  Is

  • How do i get all my ringtone purchases to show up i my tones library

    the past purchases ive made dont show up in my library and i cant seem to find them anywhere, help me find my tones please

  • In 10g  ( 10.1.4.3)OID, what are the base tables

    Hi ,I need to clean the users and groups from the OID manually ( i have deleted them using bulkload but oid tree is inconsistent stage) so now i have to clean them from the base tables, anyone faced this situation before, appreciate your help.

  • Issue in OIM Upgradation

    Hi, I have upgraded OIM9101 to OIM9102; on the OIM client it shows me the exact version i.e OIM9.1.0.2 but on OIM admin console it shows me the older version. Could you advice on this?? I have deployed my OIM on websphere6.1.0.21. Regards Alabhya Goe

  • How can we cretae the DBC file?

    Hi all, I am attempting to run the test_fwktutorial.jsp within the toolbox.jws/Tutorial.jpr project in Jdeveloper . We have to provide the Oracle application DB connection in the project properties ( we have to provide this as a DBC file) . How can w