Creating 2 custome dependent value sets for party_number and customer_numbe

Hi,
I want to create 2 custom value sets XX_PARTY_NUMBER and XX_CUSTOMER_NUMBER
When i select the value for Party_number from XX_PARTY_NUMBER,
the corresponding customer_number should populate from XX_CUSTOMER_NUMBER
This is what i tried
1ST VALUE SET
VALUE_SET_NAME -- XX_PARTY_NUMBER
APPLICATION ---RECEIVABLES
TABLE HZ_PARTIES
VALUE-- PARTY_NUMBER
MEANING PARTY_NAME
ID-- PARTY_ID
WHERE_CLAUSE -- ORDER BY PARTY_ID ASC
2ND VALUE SET
VALUE_SET_NAME
XX_CUSTOMER_NUMBER
APPLICATION -- RECEIVABLES
TABLE --- RA_CUSTOMERS
VALUE -- CUSTOMER_NAME
MEANING -- CUSTOMER_NUMBER
ID ---
WHERE_CLAUSE-- PARTY_ID IN :$FLEX$.XX_PARTY_NUMBER
I'm not getting it correctly.
Can you help me?

Hello Friends,
I am new to Oracle Apps,i am finding difficult in writing the query to get the following details -
Customer Name,
Customer Number,
Bill_to_address,
Ship_to_address
Kindly share if you have any query related to this.
Thanks In Advance!
Ramya Nomula

Similar Messages

  • How to Create Custom 0VTYPE (Value Type for Reporting)

    For the project I'm now on. There is a need to "create" or "customize" the Value Type for Reporting. I now there are in a Field Called WRTTP in R/3 (Controlling). Is there a way to create or maintain those "values" for the Field WRTTP so it can be brought to BW as a 0VTYPE Charaterictic Master Data.
    Remember that Master Data should be consistent within the Business Language and the Systems that support it.
    Message was edited by: Jesus Cova Graffe

    Kamal, that's an option, but then it wouldn't be consistent to what R/3 has as Master Data. So we're looking to "customize" the WRTTP values in order to take them from R/3 to BW.
    Message was edited by: Jesus Cova Graffe
    Message was edited by: Jesus Cova Graffe

  • Instructions to create custom home screen icons for websites and phone #'s

    Here are instructions to create a home screen icon for a phone number or a website. This is very cool!
    1. Go to http://webclip.us on your computer (not on your phone) and click on "create now".
    2. In icon label, type what you want to call your icon.
    3. In URL, type either the URL of the website you want to link to, or for a phone number link, type http://##########.tel.QLNK.net (where ########## is the 10 digit phone number you want).
    4. In icon file, click the arrow to browse to the photo or image you want the icon to display.
    5. Enter the security code shown, then click "upload now". You will get a "webclip number".
    6. Now on your iPhone in Safari, go to http://webclip.us and enter the webclip number your computer just generated, and tap Go.
    7. Use the plus sign to add the icon to your home screen, change the name to whatever you want, and you will have a cool little icon with the photo you uploaded!
    If you used the phone number option, when you tap the icon on your home page, it will launch Safari and then pop up "Call" and "Cancel" buttons to call that phone number directly. If you used a website URL, it will launch that website just like a regular webclip.
    So I now have an icon with my husband's face on it that dials his phone number. Very cool!!
    -SB
    Message was edited by: SisterBlue
    Edit to make it clear that I don't take credit for creating this procedure - I simply found a reference to them in another post and posted the step-by-step here because it worked so well for me.

    Do you know if this requires the 1.1.3 upgrade.. I got all the way through it until the end where it would not give me a plus sign or a way to add it.. wondering if it can be done with 1.1.2 thanks!

  • 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

  • Can 2 Dependent Value sets share 1 independent Value set?

    We have shifted to 14 segment value set.
    In the 14 segments we have the below 3 segments
    (PC Business Unit -> Project ID -> Activity)
    It is not necessary that these will contain value for each accounting entry.
    But whenever Project ID is there, It is mandatory that Activity will have a value. There are number of values in Activity. And also PC Business Unit should have a value. PC Business have only 1 value.
    We have created valueset_ProjectID (as independent) and Valueset_Activity dependent upon Valueset_ProjectID.
    Is that possible I can create Valueset_PCBusinessUnit dependent upon Valueset_ProjectID?
    Can 2 dependent Valuesets (Valueset_PCBusinessUnit, Valueset_activity) share 1 independent Valueset (Valueset_ProjectID)?

    Yes they can share. But there is a trick for that the Oracle told me after 2 months.
    Define the accounting flexfield structure in two steps.
    1. On the Key Flexfields Segments form, you have to Save the flexfield structure after you define the segment with the independent segment (for example account).
    2. Then close the form and come back.
    3. Now add your dependent segment (for example subaccount).
    4. You should see the dependent value set in the list of values.
    Thanks Charan

  • SQL dependent Value Set

    hi experts
    I want to make value set ( single value column) dependent upon select statement. How can i do that . i know how to make table dependent value set but i dont know how to make value set dependent upon select .
    Please help me out of this ..
    regards
    Anwer

    Hi Anwar
    Go to Value Set creation screen.
    Go to Value Validation Region
    Select validation type as Table
    Click Edit information and enter your table details as follows
    Name of the table
    ID and name combination ( Like if you want to create a value set in person table in LOV you would like to show Full Name but while passing parameter or storing value you will store person_id)
    Add your where clause and order by clause in the where/order by clause.
    See a seeded value set of this type (BEN_ACTN_TYP) for reference.
    For more details go through flexfield guide at following location
    http://download.oracle.com/docs/cd/B34956_01/current/acrobat/120flexug.pdf
    Regards
    Gaurav

  • Need Help for a ODBC Registry Setting for CR11 and CR2008 for Joins

    I have used CR for a longtime. I currently have CR11 and CR12.
    I want to access Clarion files that are the TPS Access Method.
    There's a PDF called Cr9_Left_outer_join.pdf that's located at: http://www.radventure.nl/Portals/0/cr9_left_outer_join.pdf
    This shows how to do the registry setting for a number of DBMSs/Access Methods such as TopSpeed. See PDF page 3
    The registry settings that the paper describes are NOT in CR 12.
    Can anybody help me find the right registry KEY and what the correct setting is supposed to be?
    Thanks in advance.
    Regards,
    Mike Gorman

    Hi Mike,
    Not sure where you put or created that registry key but this is what it should look like:
    HKEY_CURRENT_USER\Software\Business Objects\Suite 12.0\Crystal Reports\Database\ODBC
    Then create a String Value called - "ODBC Behavior" and the value is 2, or 3 if and when you can use ODBC level 3.
    Close Crystal before changing any of our key values, CR will write the previous version back to the registry when closing.
    Also, be aware that what ever ODBC Level 2 ( ANSII 89 ) limitations are is what that driver and CR will be limited to. Example is Left Outer Joins are limited to only one in the SQL Statement and no way around this. You should be asking them to update to ODBC 3 ( ANSII 92 standards )
    Crystal dynamically reads in the ODBC client functionality and therefore no over rides in CR will make the client work, if the ODBC driver is not capable then CR is also not capable.
    Your other options is to go to Microsofts site and download their OLE DB developers package and create your own OLE DB driver, or find a developer willing to do this for you. Microsoft fully supports OLE DB and I believe they are trying to discourage ODBC usage.
    Another option is to use a front end app to export the data into temporary MS Access tables and then create your reports off of those MDB file. MS Access at least supports ODBC 3 so you will be able to use full join syntax and functionality. Or even better is to move to MS SQL Server which is us to date and fully support all connection methods.
    Thanks again
    Don

  • Create withholding tax data subsequently for reconciled and open items in c

    Hi All,
    Mine is a US co code and I have a  vendor for which invoice and payment documents are posted. After posting the invoice i found that the vendor is subjected to classic withholding tax which i did not calculate when posting invoice, making payments.
    Now i have changed the vendor master data with relevant withholding tax details.
    I know the program RFWT0020 allows us to create withholding tax data subsequently for reconciled and open items in cases where vendors or customers become liable for withholding tax with a tax rate of 0 %.
    It is not working out for me.
    Can any body help me on this.
    Thanks in advance.

    Dear all,
    by se38 --> report documentation, You can read carefully the following:
    The auxiliary program makes it possible to convert both classic and extended withholding tax data. However, with classic withholding tax, ONLY VENDOR data can be converted.
    In addition, the program enables the withholding tax code to be changed for reconciled and open items with existing withholding tax data. For this, the tax rate of the existing withholding tax data as well as the tax rate of the new withholding tax code must be 0%. The new withholding tax codes are taken from the customer or vendor master data. In the case of extended withholding tax, the withholding tax code is only changed if the related withholding tax categories are the same.  The withholding tax base amount is not changed by this procedure.
    Recreating or changing the withholding tax data requires that the program first be executed for INVOICES and then executed for PAYMENTS in a subsequent step.
    I hope this helps You.
    Mauri

  • How to create a new document type for PO and Requisition

    Hi All
    Can you please help me with the steps of creating a new document type for PO and PR. Also the steps that need to be update for the procure pay cycle to work properly. 
    Once the document type is been created. I want to create the PO referecing the new PR and PO document type.I am new in MM.
    Thanks, Ros

    Hi,
    1. You can create new PR and PO docu types at the following path:
    For PR docu type:
    First you need to create number range for docu type or you can use existing number range also. The path for creation of no. range is
    SPRO>Materials Management->Purchasing->Purchase Requisition->Define Number Ranges
    Then create PR docu type at below path and assign no. range to PR docu type here only
    SPRO>Materials Management->Purchasing->Purchase Requisition->Define Document Types
    For PO docu type:
    Follow same procedure as mentioned for PR docu type. Path is
    SPRO>Materials Management->Purchasing->Purchase Order->Define Number Ranges
    SPRO>Materials Management>Purchasing->Purchase Order->Define Document Types
    If you want to create PO referencing new PR docu type, link the PR docu type to PO docu type at below path:
    SPRO>Materials Management->Purchasing->Purchase Requisition->Define Document Types--> Link purchase requisition - document type
    Regards
    Chetan

  • How can I Create a Client Configuration File for RemoteApp and Desktop Connection with Server 2012?

    I have a working RDS RemoteApp site and looking to test out the feature in Windows 7 Control Panel\All Control Panel Items\RemoteApp and Desktop Connections
    I came across this link: Create a Client Configuration File for RemoteApp and Desktop Connection and I believe this is what I need to do first, but these instructions are for
    Server 2008, and I'm running 2012.
    Any suggestions or tips on how I can begin testing this with Server 2012?

    Hi,
    You can manually enter the path to the 2012 feed and it will connect and download the RemoteApps and Desktop connections.
    If you need a sample .wcx file I have posted one here a couple of times.  If you want I will look for it and post a link.
    -TP
    I tried adding my URL's below, these are sample links that work for me right now for when I log into the web page, but neither of these work.  And I'm not sure what I would need to do with or how to create a .wcx file.
    When I type in my URL of: https://connect.mydomain.org/RDWeb, I get redirected to: 
    https://connect.mydomain.org/RDWeb/Pages/en-US/login.aspx?ReturnUrl=/RDWeb/Pages/en-US/Default.aspx

  • How to create a positve pay file for ACH and Wire transfers through F110

    Hi All,
    I need to create a positive pay file for ACH and Wire transfers to the bank for auto clearing. For checks we have a standard program (RFCHKE00) to create the positive pay file which creates the output lists after the F110 payment process. Is there any standard SAP program available which creates the Positive pay file (Output list) for ACH and wire transfers through F110.
    Thanks
    Sridhar

    Please let your abaper create a 'Z' program using RFCHKE00. For example 'ZRFCHKE00' and use it in the same way as you currently use RFCHKE00 for checks.
    After the program is created, use SE38 and save it as a variant using your own specifications. Thereafter, in F110, when carrying out a payment run, under 'Printout/data medium', enter the program name under "Lists" with the variant. Then click on 'Maintain Variants' and make the necessay specifications there as well.
    Instruct your end-users to enter this program when running ACH and wire transactions through F110.
    Please let us know if this information was helpful.
    Thanks,
    Elias

  • Creating a external content type for Read and Update data from two tables in sqlserver using sharepoint designer

    Hi
    how to create a external content type for  Read and Update data from two tables in  sqlserver using sharepoint designer 2010
    i created a bcs service using centraladministration site
    i have two tables in sqlserver
    1)Employee
    -empno
    -firstname
    -lastname
    2)EmpDepartment
    -empno
    -deptno
    -location
    i want to just create a list to display employee details from two tables
    empid firstname deptno location
    and same time update  in two tables
    adil

    When I try to create an external content type based on a view (AdventureWorks2012.vSalesPerson) - I can display the data in an external list.  When I attempt to edit it, I get an error:
    External List fails when attached to a SQL view        
    Sorry, something went wrong
    Failed to update a list item for this external list based on the Entity (External Content Type) 'SalesForce' in EntityNamespace 'http://xxxxxxxx'. Details: The query against the database caused an error.
    I can edit the view in SQL Manager, so it seems strange that it fails.
    Any advice would be greatly GREATLY appreciated. 
    Thanks,
    Randy

  • How to give  Value set for model attribute?

    Hi all,
           How to give value set for model attribute?
           plz explain me with some sample code.
    Regards,
    Srinu

    Hi Srinivasulu,
    An attribute (of basic data types like integer , string etc) holds a single values.
    Please clarify by what you mean value set ?
    Also, share the structure of context.
    Regards,
    Kartikaye

  • I updated Itunes today to the latest version. Windows 7 64bit. None of my drivers work and get an error when itunes starts, about registry setting for reading and writing dvds and cds missing. Anyone else have the same issue. I downloaded itunes again, re

    I updated Itunes today to the latest version. Windows 7 64bit. None of my drivers work and get an error when itunes starts, about registry setting for reading and writing dvds and cds missing. Anyone else have the same issue. I downloaded itunes again, reinstalled still have same issue.

    I'd start with the following document, with one modification. At step 12 after typing GEARAspiWDM press the Enter/Return key once prior to clicking OK. (Pressing Return adds a carriage return in the field and is important.)
    iTunes for Windows: "Registry settings" warning when opening iTunes

  • 2EETW169 no connect possible: "invalid values set for DIR_LIBRARY

    uapkb2dc:ss2adm 55% R3trans -d
    This is R3trans version 6.05 (release 46D - 27.03.05 - 14:30:00).
    2EETW169 no connect possible: "invalid values set for DIR_LIBRARY '/usr/sap/SS2/SYS/exe/run' or dbms_type 'ORA'"
    R3trans finished (0012).
    trans.log==>
    uapkb2dc:ss2adm 51% more trans.log
    4 ETW000 R3trans version 6.05 (release 46D - 27.03.05 - 14:30:00).
    4 ETW000 ===============================================
    4 ETW000
    4 ETW000 control file: <no ctrlfile>
    4 ETW000 R3trans was called as follows: R3trans -x
    4 ETW000 date&time   : 27.07.2007 - 13:18:37
    4 ETW000  trace at level 2 opened for a given file pointer
    4 ETW000  [developertra,00000]  Fri Jul 27 13:18:37 2007                             713  0.000713
    4 ETW000  [developertra,00000]  db_con_init called                                    88  0.000801
    4 ETW000  [developertra,00000]  create_con (con_name=R/3)                            162  0.000963
    4 ETW000  [developertra,00000]  Loading DB library '/usr/sap/SS2/SYS/exe/run/dboraslib.so' ...
    4 ETW000                                                                             227  0.001190
    4 ETW000  [dlux.c      ,00000]  *** ERROR => DlLoadLib: ld.so.1: R3trans: fatal: libclntsh.so.9.0: open failed: No such file o
    r directory -> DLENOACCESS (0,Error 0)
    4 ETW000                                                                            3140  0.004330
    4 ETW000  [dbcon.c     ,00000]  *** ERROR => Couldn't load library '/usr/sap/SS2/SYS/exe/run/dboraslib.so'
    4 ETW000                                                                             139  0.004469
    2EETW169 no connect possible: "invalid values set for DIR_LIBRARY '/usr/sap/SS2/SYS/exe/run' or dbms_type 'ORA'"
    pls some one help me out to over come this....
    Regards,
    Nani.

    Hello,
    it could be working now, but <b>that</b> setting is wrong
    ORA_NLS33 is an environment variable used by Oracle < 10g
    But you set it to point to a 10g directory that does <b>NOT</b> exist on a standard Oracle 10g installation.
    That makes me think that your oracle client 9.2.0.<x> is not properly installed.

Maybe you are looking for

  • Printing from Windows = only the first half of documents print

    I'm trying to set up a home print server, to allow access to an HP LaserJet 1005.  It's working OK locally and accessed when printing from another Linux box.  From XP and Vista, however, the first half of multiple-page documents print, and one-page o

  • IMac as display only??

    My iMac recently died.  The apple care rep told me the mother board was bad.  The computer will still turn on, it just sits there with a spinning wheel on the gray screen.  Just out of curisoity, if I were to purchase a mac-mini, is it possible to us

  • Can you delete the last page of a document with a script?

    Hello, I have been building a script over the last week to help me remove formatting and reapply some of that formatting on a large number of files. I am still learning alot about how to build scripts and what the commmands are but I am almost doen w

  • COmparing object using console...

    Hi , I want to compare the objects in between the two db schemas. I am using Oracle enterprise console. Here when i am click the compare objects for the tables, i got the below error. Cannot perform operation for product"Oracle Change Manager" becaus

  • My mail has kept the same email in it since April. How do I delete it without deleting my account settings?

    I have had an issue with deleting an email from April. I've tried several times and a dialogue box pops up saying, "Message could not be moved to Trash- An error occured while moving messages to mailbox Trash. Can anyone help me with this issue? I'd