Value Set Definition pay_us_states

I need unique values for state_abbrev
I created value set with validation type as table. I gave table name as pay_us_states meaning I gave as distinct state_abbrev. I got below error
ORA-00936: missing expression
select distinct state_abbrev VALUE from pay_us_states where rownum=1 and distinct state_abbrev is NULL
how to get distinct rows from table?

When defining a value set, you need to provide the table name and the column names in the drop down lists of the "define value set" form. The only free form entry is the WHERE clause. Take a look at the definition of seeded value set PAY_US_STATE_CODES. You will need to remove the ROWNUM qualifier.
HTH
Srini

Similar Messages

  • Fndload command to download concurrent program without value set definition

    Hi All,
    Please let me know if you know fndload command to download concurrent program without value set definition.
    Thanks,
    Viaswas
    Edited by: 873477 on Mar 8, 2012 1:55 AM

    I agree with Sandeep -- The only option is editing the ldt file after the download and before you upload it.
    Thanks,
    Hussein

  • Table Value Set Definition - Fetch Error

    I am trying to use a TABLE Validated Value Set based on the value set used in the Accounting Key Flexfield using the following query. When you run the test button in the DFF Table definition, it says that it is succesfully tested.
    SELECT FLEX_VALUE, DESCRIPTION
    FROM FND_FLEX_VALUES_VL
    WHERE FLEX_VALUE_SET_ID=1010305
    order by flex_value
    But when I go to the Oracle form to the respective DFF, it throws the below long error.
    APP-FND-01564: ORACLE error 24345 in fdlget
    Cause: fdlget failed due to ORA-24345: A Truncation or null fetch error occurred.
    The SQL statement being executed at the time of the error was: SELECT FLEX_VALUE, FLEX_VALUE VALUE, DESCRIPTION DESCRIPTION, NVL('N','N'), NVL(TO_NUMBER(NULL),-1), NULL, NVL('Y','Y')
    Can anybody help me, how to get this resolved.
    Regards,

    R12 problem - check the definition of your value set being used. If it is defined as List type "List of Values", then try changing to "Long List of Values". Save and try again. If you don't get the error again, then you probably have a column in the value set that is shorter than the defined table size. For example, description is 50 characters long in the value set, but the table column is 240 characters. If you have data that is longer than 50 characters, you will get this error. But if you change the List type to "Long List of Values", it won't throw the error. I've been trying to get Oracle to figure out the problem, but they just want us to increase the size of the value sets.
    Good luck and let me know if this works for you.

  • Value Set Error in Further Element Entry DFF

    Hi
    We have defined a value set(attached to Further Element Entry DFF) to fetch person contact details.
    Value Set definition
    ====================
    SELECT papf1.full_name, pcr.contact_person_id
    FROM
    per_contact_relationships pcr,per_all_people_f papf,per_all_people_f papf1,fnd_sessions fs,hr_lookups hl
    WHERE pcr.person_id = papf.person_id
    AND pcr.contact_person_id = papf1.person_id
    AND pcr.contact_type = hl.lookup_code(+)
    AND hl.lookup_type(+) = 'XXWHO_CONTACT'
    AND ((pcr.contact_type = 'XXWHO_FAM'
    AND pcr.cont_attribute1 = 'Child')
    OR (pcr.contact_type = 'XXWHO_FAM_CHILD'))
    AND papf.person_id = :$PROFILES$.PER_PERSON_ID
    AND FS.SESSION_ID=USERENV('SESSIONID')
    AND fs.effective_date between pcr.date_start AND NVL(pcr.date_end,'31-DEC-4712')
    AND fs.effective_date BETWEEN papf.effective_start_date AND papf.effective_end_date
    AND fs.effective_date BETWEEN papf1.effective_start_date AND papf1.effective_end_date;
    We have used :$PROFILES$.PER_PERSON_ID to filter only the contact records specific to the person to whom the element entry would be attached.
    Issue here is when we are trying to attach the element entry from People Enter and Maintain form, we are able to see the list of values.
    Where as when we are trying to attach the entry from fast path -> Entries, no value is retrived. And client is using the fast fath "Entries" to
    attach the entries for restricting the access from the users.
    Any input/pointer in this regard?

    Tried this but it is giving the below error
    APP-FND-01242: Cannot read value from field PER_ASSIGNMENT_ID
    Cause: The field PER_ASSIGNMENT_ID could not be located or read.
    Action: This error is normally the result of an incorrectly-entered field name string in a trigger, or a field name string that does not uniquely specify a field in your form. Correct your trigger logic to precisely specify a valid field.

  • Value set not working in responsibility

    Hello everyone,
    I created a custom responsibility and added a custom concurrent program to it (specifically the payroll run concurrent program). Now this concurrent program has a value set attached to it (PY_SRS_PAYROLL_GB) to select the payroll name. My custom concurrent program works great when attached to the Global Super HRMS Manager responsibility, but when attached to my custom responsibility, the value set say list of values contains no entries.
    This is the body of the value set:
    where pay.business_group_id =
    :$PROFILES$.PER_BUSINESS_GROUP_ID
    and fnd.session_id = userenv('sessionid')
    and fnd.effective_date between pay.effective_start_date
    and pay.effective_end_date
    and popmf.ORG_PAYMENT_METHOD_ID =
    Pay.DEFAULT_PAYMENT_METHOD_ID
    and popmf.CURRENCY_CODE = 'GBP'
    order by pay.payroll_name
    Any ideas? Could I have gone wrong somewhere in my responsibility definition? I set the data group to Standard for the Human Resources application. This matches the Global Super HRMS Manager responsibility.
    Thank you

    Thanks its solved .
    Solution is adding Navigator: Disable Multiform. function to custom menu.
    This is an AOL function that should be included on all menus (custom or standard) to allow session_id to be populated.
    From: Payroll: Value Set issue

  • Problem in database link for value set table

    Hi All,
    We are using a table from a different database in our valuset. This database we are refering via a DBLINK. But the DBLINK name is again stored in a table and will change from instance to instance i.e (development and production).
    Please let us know if there is a way to make use of the above table with out hardcoding DB link.
    Eg: MRP_AP_APPS_INSTANCES - This table has the DBLINK name
    Vauset uses - tablename@dblinkname
    if we give
    select * from tablename@(select A2M_DBLINK from MRP_AP_APPS_INSTANCES),
    it gives the error database link name expected.
    Is there any other way how we can avoid hardcoding the dblink name.
    Please help.
    Regards,
    Shruti

    Hi,
    Please see if (Note: 427588.1 - Error When Using a Database Link in the Definition of a Value-Set) is applicable.
    Thanks,
    Hussein

  • Default DFF based of user login and value set

    Hi All,
    My requirement is: Default the value of a DFF based on a value set and the person who logs in.
    My value set is:
    Person A - Value 1
    Person B - Value 2
    So, if person 1 logs in - the DFF value should be Value 1.
    If person 2 logs in - the DFF value should be Value 2.
    How can this be achieved?
    Alex

    You can default the value by using SQL in the default type for the particular DFF segments. You can get the user id from $PROFILES$.USER_ID. You can derive the employee id / name from the user id (provided you do indeed tag an employee to the FND User definition)

  • Valu Set Tables /BIC/OB*

    Hi,
    I am experiencing a strange problem with Value Sets. For some reason randomly a Value Set table getting deleted. The definition in Reporting Agent is there and the entry in RSRVTABLEDIR is there but the physical table /BIC/OB* getting deleted.
    Does any body experienced similar problem?
    What is causing the tables disappear?
    Any help is greatly appreciated.
    Thanks in advance.

    Hi,
    Check note 948599
    regards Maarten

  • Can we attach special value set into DFF attributes

    Hi Team,
    We have one requirement ,for one of the  DFF in shipping form attach the special value set.Does it possible.
    We have tried for attach the special value set to DFF definition ,while retrieve the values from DFF it throws an error :APP-FND-00730,We have unfreezed the DFF and after attaching it freezed it.
    Regards
    B.kishan

    Dear Members,
    As mentioned above can we attached a LOV to a Special Value Set.
    I have Special Value Set which Validates data entered on the report Parameter. But this parameter is a Free form field, there is no lov attached.
    Can we have an LOV to a parameter(Report Parameter) which is based on Special Value Set.
    We are on E-Business Suite R12.1 .
    Thanks
    Sandeep

  • TCA value set error

    I have created three value sets and this one is to extract the contact from the id the value set gets sent.
    SELECT PARTY.PARTY_NAME, DECODE(ACCT_ROLE.STATUS,'A','Active','I','Inactive')||' '||PARTY.PERSON_LAST_NAME||' '||PARTY.PERSON_FIRST_NAME,
    ACCT_ROLE.CUST_ACCOUNT_ROLE_ID
    FROM HZ_CUST_ACCOUNT_ROLES ACCT_ROLE, HZ_PARTIES PARTY, HZ_RELATIONSHIPS REL
    WHERE 1=1
    AND ACCT_ROLE.PARTY_ID = REL.PARTY_ID
    AND ACCT_ROLE.ROLE_TYPE = 'CONTACT'
    AND REL.SUBJECT_ID = PARTY.PARTY_ID
    AND PARTY.PARTY_TYPE = 'PERSON'
    AND :$FLEX$MISAR_HZ_PARTIES = ACCT_ROLE.CUST_ACCOUNT_ID(+)
    ORDER BY PARTY.STATUS,PARTY.PERSON_LAST_NAME||','||PARTY.PERSON_FIRST_NAME
    When I reference the value set through a standard custom form through a descriptive flexfield I get the following error message:
    APP-FND-01242: Cannot read value from field $FLEX$MISAR_HZ_PARTIES
    Cause: The field $FLEX$MISAR_HZ_PARTIES could not be located or read.
    Action: This error is normally the result of an incorrectly-entered field name string in a trigger, or a field string that does not uniquely specify a field in your form. Correct your trigger logic to precisely specify a valid field.
    I've checked all the other value sets by running the SQL through SQL*Plus and they work fine.
    There is no id to send to this value set but it shouldn't fail.
    Any ideas why this error is coming up?

    The issue is usually caused by descriptive flexfield validation logic referencing a <block_name>.<field_name> combination that does not exist in the form.
    The setup causes the issue because the flexfield is unable to pass validation. Either disable the problematic descriptive flexfield or remove all references in the descriptive flexfield validation logic to the invalid <block_name>.<field_name> combination.
    Solution
    -- To disable the descriptive flexfield, please execute the following steps::
    1. Go into the System Administrator responsibility
    2. Navigate to Application > Flexfields > Discrete
    3. Query for the problematic descriptive flexfield. See Note 1016241.102, for guidance in identifying the flexfield.
    4. Clear the 'Freeze Flexfield Definition'Note 1016241.102, for guidance in identifying the flexfield.
    4. Clear the 'Freeze Flexfield Definition' checkbox.
    5. Disable any Global Data Element segments.
    6. Disable any context-sensitive (non-global) structures.
    7. Check the 'Freeze Flexfield Definition' checkbox.
    8. Save the changes.
    9. Retest the issue.
    10. Migrate the solution as appropriate to other environments.

  • Automatic number sequence Value set

    hello,
    Can I create a value set for a descriptive flexfield segment that generates numbers sequentially and automatically for each record entered by the user.
    If the above is possible what is the action plan?

    Sujoy,
    Instead of creating a dependent value set for your 2nd segment, why don't you just assign it a seeded valueset like '8 Characters Numeric' and then use a default type of 'SQL statement' against the segment definition with a default value of:
    select max(attributexx)+1 from your_table
    where attributexx is the column you're using to store the sequential value and your_table is the table against which the DFF is defined.
    This should work fine as long as you ensure in your flexfield design that attributexx is never shared with another context using non-numeric values in that column.
    You'll also need to manually seed the first record with the starting number of your sequence. Thereafter, it should populate automatically.
    Regards,
    Jon

  • Value  set in constructor is not getting saved in button  Action method

    Hi All,
    I am not understanding why the value set ( On Condition )in constructor is not hold in the button actoin method.
    Could any body explain me on that
    for this I will try to explain with sample example
    I have taken a button and add a integer property in session bean.
    now if session bean's property is even then I am trying to set the button value to bidNow other wise Accept Invitation.
    Till this opstion everything is OK
    but once I click on Button,
    Constructor is doing the right job only. But I do not understand why in button action I am getting the First Value only.
    public Page1() {
            // <editor-fold defaultstate="collapsed" desc="Creator-managed Component Initialization">
            try {
                if (getSessionBean1().getIntValue()%2==0)
                    button1.setValue("BidNow");
                else
                    button1.setValue("Accept Invitation");
                getSessionBean1().setIntValue(getSessionBean1().getIntValue()+1);
                log("In Constructor Button Value : "+button1.getValue());
            } catch (Exception e) {
                log("Page1 Initialization Failure", e);
                throw e instanceof javax.faces.FacesException ? (FacesException) e: new FacesException(e);
            // </editor-fold>
            // Additional user provided initialization code
        public String button1_action() {
            // TODO Replace with your code
            log("In Action Button Value : "+button1.getValue());
            return null;
        }and here is the log
    [#|2005-07-19T11:55:17.859+0530|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.container.web|_ThreadID=14;|WebModule[/webapplication12]In Constructor Button Value : BidNow|#]
    [#|2005-07-19T11:55:17.859+0530|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.container.web|_ThreadID=14;|WebModule[/webapplication12]In Action Button Value : BidNow|#]
    [#|2005-07-19T11:55:18.359+0530|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.container.web|_ThreadID=14;|WebModule[/webapplication12]In Constructor Button Value : Accept Invitation|#]
    [#|2005-07-19T11:55:18.359+0530|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.container.web|_ThreadID=14;|WebModule[/webapplication12]In Action Button Value : BidNow|#]
    [#|2005-07-19T11:55:18.843+0530|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.container.web|_ThreadID=14;|WebModule[/webapplication12]In Constructor Button Value : BidNow|#]
    [#|2005-07-19T11:55:18.843+0530|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.container.web|_ThreadID=14;|WebModule[/webapplication12]In Action Button Value : BidNow|#]
    [#|2005-07-19T11:55:19.312+0530|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.container.web|_ThreadID=14;|WebModule[/webapplication12]In Constructor Button Value : Accept Invitation|#]
    [#|2005-07-19T11:55:19.312+0530|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.container.web|_ThreadID=14;|WebModule[/webapplication12]In Action Button Value : BidNow|#]
    [#|2005-07-19T11:55:19.828+0530|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.container.web|_ThreadID=14;|WebModule[/webapplication12]In Constructor Button Value : BidNow|#]
    [#|2005-07-19T11:55:19.828+0530|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.container.web|_ThreadID=14;|WebModule[/webapplication12]In Action Button Value : BidNow|#]
    [#|2005-07-19T11:55:20.234+0530|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.container.web|_ThreadID=14;|WebModule[/webapplication12]In Constructor Button Value : Accept Invitation|#]
    [#|2005-07-19T11:55:20.250+0530|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.container.web|_ThreadID=14;|WebModule[/webapplication12]In Action Button Value : BidNow|#]
    [#|2005-07-19T11:55:20.828+0530|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.container.web|_ThreadID=14;|WebModule[/webapplication12]In Constructor Button Value : BidNow|#]
    [#|2005-07-19T11:55:20.828+0530|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.container.web|_ThreadID=14;|WebModule[/webapplication12]In Action Button Value : BidNow|#]
    [#|2005-07-19T11:55:21.328+0530|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.container.web|_ThreadID=14;|WebModule[/webapplication12]In Constructor Button Value : Accept Invitation|#]
    [#|2005-07-19T11:55:21.328+0530|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.container.web|_ThreadID=14;|WebModule[/webapplication12]In Action Button Value : BidNow|#]
    [#|2005-07-19T11:55:35.437+0530|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.container.web|_ThreadID=14;|WebModule[/webapplication12]In Constructor Button Value : BidNow|#]
    [#|2005-07-19T11:55:35.437+0530|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.container.web|_ThreadID=14;|WebModule[/webapplication12]In Action Button Value : BidNow|#]
    [#|2005-07-19T11:55:35.906+0530|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.container.web|_ThreadID=14;|WebModule[/webapplication12]In Constructor Button Value : Accept Invitation|#]
    [#|2005-07-19T11:55:35.921+0530|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.container.web|_ThreadID=14;|WebModule[/webapplication12]In Action Button Value : BidNow|#]
    [#|2005-07-19T11:55:36.265+0530|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.container.web|_ThreadID=14;|WebModule[/webapplication12]In Constructor Button Value : BidNow|#]
    [#|2005-07-19T11:55:36.265+0530|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.container.web|_ThreadID=14;|WebModule[/webapplication12]In Action Button Value : BidNow|#]
    [#|2005-07-19T11:55:36.890+0530|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.container.web|_ThreadID=14;|WebModule[/webapplication12]In Constructor Button Value : Accept Invitation|#]
    [#|2005-07-19T11:55:36.890+0530|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.container.web|_ThreadID=14;|WebModule[/webapplication12]In Action Button Value : BidNow|#]
    [#|2005-07-19T11:55:37.171+0530|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.container.web|_ThreadID=14;|WebModule[/webapplication12]In Constructor Button Value : BidNow|#]
    [#|2005-07-19T11:55:37.171+0530|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.container.web|_ThreadID=14;|WebModule[/webapplication12]In Action Button Value : BidNow|#]
    [#|2005-07-19T11:55:37.468+0530|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.container.web|_ThreadID=14;|WebModule[/webapplication12]In Constructor Button Value : Accept Invitation|#]
    [#|2005-07-19T11:55:37.468+0530|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.container.web|_ThreadID=14;|WebModule[/webapplication12]In Action Button Value : BidNow|#]As per this log every time I am getting Bid Now only in action, though the value is changed in Construtcor
    Can u explain the reason for this

    Hi Sudhakar,
    Please try the following and you will get an idea as to what is happening:
    1. Drag and drop a button, 2 outputText components
    2. Add a property to the session bean called intValue of type int. Customize it to set it's initial value to 0
    3. Add the following lines of code to the constructor
    outputText1.setValue("" + getSessionBean1().getIntValue());
    getSessionBean1().setIntValue(getSessionBean1().getIntValue()+1);
    4. Double click on the button component to go to the button action method.
    5. Add the following line of code
    outputText2.setValue("" + etSessionBean1().getIntValue());
    6. Save and run the application
    7. Watch the values of outputText1 and outputText2 with each click of the button
    Also, try the application with the following code block in the button action method:
    if(getSessionBean1().getIntValue()%2==0){
    button1.setValue("Bid Now");
    } else{
    button1.setValue("Accept Invitation");
    getSessionBean1().setIntValue(getSessionBean1().getIntValue()+1);
    outputText1.setValue(button1.getValue());
    outputText2.setValue("" + getSessionBean1().getIntValue());
    When the above code block is in the button action method the values set to button are as expected.
    Hope that helps
    Cheers
    Giri :-)

  • Oracle apps value sets

    can any body tell me how to get the distinct values for a table valueset
    from GL_CODE_COMBINATIONS table i want to get the distinct values of SEGMENT2 so any body tell me how to create a table value set for this its very very urgent.
    Regards,
    Azeez
    [email protected]

    Hi
    When u create table value sets
    Table columns-----------
    Value-
    Meaning
    -ID------------distinct(id) from that table
    it will work fine let me know if u ned anything.
    Rakesh

  • How to create a value sets for concurrent program?

    Hi Friends,
    I am creating a concurrent program with a parameter period...
    In the value set for the parameter period, I am using the following query :
    ---where application_id = 101
    and set_of_books_id = :$PROFILES$.gl_set_of_bks_id
    and closing_status IN ( 'O', 'F', 'C')
    order by period_year, period_num' ----
    In my cursor, i have a condition 'where set_of_books_id = ' ---
    How can I pass the above set of books id into the cursor ?? it is not working when I am defining another parameter as Book and passing that value to the cursor....
    I need that period parameter to return all the periods for the set of books where we are running the concurrent request from...I also need to get the set of books id for my cursor...
    Hope I am making sense...All that I am trying is to have period parameter and also a SOB id in cursor condition...
    Rgds,

    Hi Vamsi /Nitin,
    Let me explain the whole thing now.....
    My plsql procedure is ......
    CREATE OR REPLACE procedure GL_INT(
         perrbuff     out varchar2,
         pretcode     out varchar2,
    pbook          in varchar2,
    pperiod          in varchar2
         ) is
    cursor cur1 (p_sdate in date, p_edate in date )is
    select distinct group_id groupid,
    user_je_source_name source
    from gl_interface
         where accounting_date >= p_sdate
    and accounting_date <= p_edate
    and set_of_books_id = pbook;
    cursor cur2 is
    select distinct start_date sdate,
         end_date edate, period_name period
    from gl_period_statuses
    where      period_name = pperiod
         and set_of_books_id = pbook
         and application_id = 101;
    i               cur1%rowtype;
    j               cur2%rowtype;
    begin
    open cur2;
                   fnd_file.put_line(fnd_file.output,'PERIOD'||'----'||'GROUPID'||
                                       '----'|| 'SOURCE');
              loop
                   fetch cur2 into J;
    exit when cur2%notfound;
                   open cur1(J.sdate,J.edate);
                   loop
              fetch cur1 into I;
                        exit when cur1%notfound;
              fnd_file.put_line(fnd_file.output, J.period||'----'||I.groupid||'----'||
                                  I.source);
                   end loop;
              end loop;
         Close cur1;
    close cur2;
    Exception when others then dbms_output.put_line(SQLERRM);     
    end;
    ==================================================================================================
    For SOB value set, I have passed the default value as vamsi suggested ($profiles$.gl_set_of_bks_id)....
    For period value set, I have entered query as ..where application_id = 101
    and set_of_books_id = :$PROFILES$.gl_set_of_bks_id
    and closing_status IN ( 'O', 'F', 'C')
    order by period_year, period_num...................
    It still doesn't work....I don't know how to derive those Periods based on the SOBs and at the same time pass SOB id into the cursors...
    Please help...
    Rgds,
    Murali

  • Value sets and Report Parameters

    Hi
    these are my requirements
    i have developed report using scott where the
    parametes are
    dname
    empinfo
    (1)If i select Department 1o then
    in parameter empinfo should display the value only from department 10
    (2) i have created a value set for report parameters empinfo
    it only shows two columns like EMPNO AND eNAME AND THERE only two column space to be shows
    how could i make columns to be displayed in addition to ename and empno
    Regard

    Hi KittyCat101,
    If I understand correctly, you want to use a parameter to filter Status field that starts with “Is” or “Can” or “Fi”. If in this scenario, we can refer to the following steps to achieve your goal:
    Modify the available values for @Status parameter to “Is”, “Can” and “Fi”.
    Right-click the tablix or dataset to open the properties dialog box.
    Select Filter in the left pane, then add a filter like below to filter Status field:
    Expression: =Fields!Status.Value like (Parameters!Status.Value & "*")  Type: Boolean
    Operator: =
    Value: true
    If there are any other questions, please feel free to ask.
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

Maybe you are looking for

  • Goods Receipt And Goods issued

    When i made a goods Receipt document then Stock Account D Stock difference Gain Account C it is clear but one more account also Credit(Material Variance  C) Stock Account D Stock difference Gain Account C Material Variance  C why this ladger post ent

  • Multi Root Tree in APEX

    Hey All, I'm creating an APEX front-end for a currently existing forms application. My issue is that the document manager created for this application does not have a single root node. There are several folders that make up the original. It does use

  • I am unable to add a bookmark to a Safari page on my iPhone 4.

    I am unable to add a bookmark to a Safari page on my iPhone 4.  The " " does not appear, so that I can do so.  Is there a fix?

  • Drawings in CS6 are broken apart

    I'll apologize for not being good at the technical terms, but I just upgraded to CS6. Now, every time I draw a shape, be it with the pen tool or shape tool or whatever, the shape is broken apart by default, and automatically merges with any shape it'

  • How to detected disconnected camera

    It is pasible to detected unpluged camera ? .... flash player detect only driver ... I can't find some working solution on this forum is one old post but only with question.... please help me