SRKIM: R12: Supplier Contact Information을 확인 하는 SQL

PURPOSE
R12 에서 Supplier Contact Information 을 SQL 로 직접 확인 하는 방법을 알고자 한다.
EXPLANATION
r12 는 SUPPLIER CONTACT 정보를 저장 하는 방식이 R11i 때와는 차이가 있다. 대부분의 정보가 여러 TCA tables 에 걸쳐 저장된다.
AP_SUPPLIER_CONTACTS table 은 supplier address 와 various TCA tables을 연결 하는 linking table 이고 HZ_PARTIES 및 HZ_RELATIONSHIPS table 에 contact 정보가 저장이 된다.
AP_SUPPLIER_CONTACTS의 아래 columns 들은 HZ table 과 다음과 같이 mapping 된다.
Per_Party_ID = Party_ID of PERSON Party in HZ_PARTIES
Relationship_ID = Relationship_ID of Rows in HZ_RELATIONHIPS
Rel_Party_ID = Party_ID of PARTY_RELATIONSHIP Party in HZ_PARTIES
Party_Site_ID = Maps to the Party Site created for the PARTY_RELATIONSHIP Party
Org_Contact_ID = Org_Contact_ID from HZ_ORG_CONTACTS
Org_Party_Site_ID = Party_Site_ID of the Supplier Site row.
따라서 party_site_id 를 알 경우 아래 sql을 이용하여 Supplier contact 정보를 확인 할 수 있다.
SELECT PERSON.person_first_name, PERSON.person_last_name, PTY_REL.address1,
PTY_REL.City, PTY_REL.state, PTY_REL.country,
PTY_REL.Primary_phone_area_code, PTY_REL.primary_phone_number
FROM hz_parties PERSON, hz_parties PTY_REL, ap_supplier_contacts APSC
WHERE APSC.per_party_id = PERSON.party_id
AND APSC.rel_party_id = PTY_REL.party_id
AND APSC.org_party_site_id = <Party_Site_Address_ID>
REFERENCE
NOTE. 761456.1 - How to See Supplier Contact Information Using SQL in R12

Similar Messages

  • R12 not able to load supplier contact

    Hi
    Instance : R12.1.3, Not able to upload the supplier contact details. using the conc program "Supplier Site Contacts Open Interface Import"
    the conc program is publishing the report with "no data found" when the conc program is completed normal.
    observation
    the table AP_SUP_SITE_CONTACT_INT is having null value for the column - REJECT_CODE
    inserted the data for following columns
    last_name, org_id, vendor_id, vendor_site_id,vendor_contact_interface_id,area_Code, phone number
    using the below
    INSERT INTO ap_sup_site_contact_int
    (vendor_site_id, vendor_site_code, -- One or the other is required
    org_id, operating_unit_name, -- One or the other is required
    first_name, last_name, prefix, title, mail_stop, area_code,
    phone, department, status, email_address, url, alt_area_code,
    alt_phone, fax_area_code, fax, vendor_id, vendor_contact_interface_id)
    VALUES (<Vendor_Site_ID>, NULL,
    <Org_ID>, NULL,
    '<Firstname>', '<Lastname>', NULL, NULL, NULL, '999',
    '999-9999', NULL, 'NEW', NULL, NULL, NULL,
    NULL, NULL, NULL, <Vendor_ID>, AP_SUP_SITE_CONTACT_INT_S.NextVal)
    Pls advice
    Regards
    Yram

    Hello,
    What error did you get when loading Page assets in a Recommendation asset?
    What is your WebCenter Sites version? If you are using 11.1.1.6.x, maybe you are experiencing the issue documented in KM Note 1531160.1.

  • R12: Creating Descrptive Flexfields in R12- Supplier Entry Form ...

    Hello:
    In R12- Suppliers , is there a new way for creating descriptive flexfields than the way it is used to be created in the past ?
    I am looking for the name of the descriptive flexfields for Additional Information Section in the Supplier Orgaizations tab. I cannot find them anywhere ...
    Yesh

    Srini:
    The below is what the Metalink note states .....
    +" In R12, the Descriptive Flexfield (DFF) is defined the same way as in 11i, using the Descriptive Flexfield Segments form. Once it has been defined, you can see it in the Organization page of the Supplier form under the heading "Additional Information".+
    But I cannot find this DFF anywhere .... what is the name of this DFF and under which application (Payables, ISupplier, etc) ?
    Thanks - Yesh

  • AP Supplier Contacts Interface  in 11.5.10.2

    Hi
    I have some doubts for supplier conversion in 11.5.10.2. I need to convert Supplier, Supplier Sites and Supplier Contacts.
    I can join the Supplier and Supplier Sites using the same VENDOR_INTERFACE_ID supplier --> supplier site connection. I do not understand how to do the same association between supplier site and contacts. In AP_SUP_SITE_CONTACT_INT there is no supplier site interface id, and if I populate it with vendor site code and organization id the program didn't work.
    the error which i get REJECT_CODE Vendor information and/or Operating Unit information is missing
    is the LAST_NAME in AP_SUP_SITE_CONTACT_INT must ?
    Am I missing something?
    Please Kindly advise.
    Edited by: 855902 on Jun 6, 2011 2:13 PM

    You need to reapply your mod directly to the 11.5.10.2 version of APXVDMVD.fmb via forms builder (f60desm on unix or ifbld60.exe on windows). Then copy the form to $AU_TOP/forms/US and compile the form via adadmin or command line:
    cd $AU_TOP/forms/US
    f60gen module=$AU_TOP/forms/US/APXVDMVD.fmb userid=APPS/apps output_file=$AP_TOP/forms/US/APXVDMVD.fmx module_type=form compile_all=yes
    You should register the mod in $APPL_TOP/admin/applcust.txt so you get a warning while patching if you get an updated file that wipes out your mod.

  • R12 SUPPLIER SITE UPDATE API

    Hi Gurus,
    Currently I'm developing Supplier Site Update Program, I need to update Supplier Site level liability account information.
    I found an API (AP_VENDOR_PUB_PKG.Update_Vendor_Site), please confirm is this right API to update vendor sites? As I aware, In R12 Supplier moved to TCA, will this API takes care of TCA table update? If not, any other API should be called to update Supplier related records in TCA table?
    Any sample code will help a much
    Thanks

    Yes. See AP_VENDOR_PUB_PKG.Update_Vendor_Site updating inactive date doesn't work for sample code.
    Hope this helps
    Sandeep Gandhi
    Independent Techno-functional Consultant

  • AP Supplier Contacts Interface

    Hi to all.
    Hi have some doubts for supplier conversion on R12. I need to convert Supplier, Supplier Sites and Supplier Contacts. For what I saw I can join the Supplier and Supplier Sites using the same SUPPLIER_INTERFACE_ID so the interface understand the supplier --> supplier site connection. I do not understand how to do the same association between supplier site and contacts. In AP_SUP_SITE_CONTACT_INT there is not a supplier site interface id, and if I populate it with vendor site code and organization id, the conversion of contact does not work because it ask for vendor_id. But I do not know the Vendor ID when I populate the interface!
    Am I missing something?
    Or should I do the conversion in Two step? First supplier and supplier site, and only after the contacts?
    Please Kindly advise.

    Hi, I managed to have it working. Probably I was missing the link with supplier site code. Btw the script is the following, if it can help
    INSERT INTO AP_SUPPLIERS_INT
    ( VENDOR_INTERFACE_ID ,
    SEGMENT1,
    TERMS_NAME,
    PAYMENT_PRIORITY ,
    PAY_GROUP_LOOKUP_CODE,
    VENDOR_NAME,
    VENDOR_TYPE_LOOKUP_CODE,
    STATUS )
    values(AP_SUPPLIERS_INT_S.NEXTVAL, --VENDOR_INTERFACE_ID
    '545456', --SEGMENT1,
    -- 566, --EMPLOYEE_ID,
    'IMMEDIATE', --TERMS_NAME,
    1 , --PAYMENT_PRIORITY ,
    'AAAA', --PAY_GROUP_LOOKUP_CODE,
    'DUMMYCOMPANY', --VENDOR_NAME,
    'COMPANY', --VENDOR_TYPE_LOOKUP_CODE,
    'NEW' -- STATUS
    COMMIT;
    INSERT INTO AP_SUPPLIER_SITES_INT(
    STATUS,
    VENDOR_INTERFACE_ID, -- VENDOR_INTERFACE_ID,
    VENDOR_SITE_INTERFACE_ID,
    VENDOR_SITE_CODE,
    ADDRESS_STYLE,
    ADDRESS_LINE1,
    ADDRESS_LINE2,
    ADDRESS_LINE3,
    CITY,
    ZIP,
    COUNTRY,
    EMAIL_ADDRESS,
    PAY_SITE_FLAG,
    PURCHASING_SITE_FLAG,
    --OPERATING_UNIT_NAME
    ORG_ID)
    values
    'NEW',--STATUS
    AP_SUPPLIERS_INT_S.CURRVAL ,--VENDOR_INTERFACE_ID
    AP_SUPPLIER_SITES_INT_S.NEXTVAL,--VENDOR_SITE_INTERFACE_ID
    'DUMMY SITE',--VENDOR_SITE_CODE
    'NE',--ADDRESS_STYLE
    'ADDRESS1',--ADDRESS_LINE1
    'ADDRESS2',--ADDRESS_LINE2
    'ADDRESS3',--ADDRESS_LINE3
    'Anywhere',--CITY
    '00100',--ZIP
    'IT', ---COUNTRY
    '[email protected]',--EMAIL_ADDRESS
    'Y',--PAY_SITE
    'Y', -- PURCHASING_SITE_FLAG
    121 )--OPERATING_UNIT_ID
    COMMIT;
    INSERT INTO AP_SUP_SITE_CONTACT_INT (
    VENDOR_INTERFACE_ID,
    VENDOR_CONTACT_INTERFACE_ID,
    VENDOR_SITE_CODE,
    ORG_ID,
    -- OPERATING_UNIT_NAME,
    FIRST_NAME,
    LAST_NAME,
    PHONE,
    EMAIL_ADDRESS)
    VALUES (
    AP_SUPPLIERS_INT_S.CURRVAL ,--VENDOR_INTERFACE_ID
    AP_SUP_SITE_CONTACT_INT_S.NEXTVAL,
    'DUMMY SITE',
    121,
    -- 'DUMMY OPERATING UNIT', --OPERATING_UNIT_NAME,
    'JOE',
    'DOE',
    '555d-54',
    '[email protected]')
    COMMIT;

  • How can I stop Firefox from blocking sites that do not supply ownership information?

    I am trying to access a website and I get a 400 Bad Request message. Further "research" leads to the "This website does not supply ownership information" message. I have cleared history and cookies, reloaded the page and followed all the answers given in relevant support pages but nothing works. All other browsers allow me to see the page, but I do not want to keep switching to chrome or IE. There must be a security setting somewhere that must be switched off. I find it extremely annoying to be saddled with settings I have not asked for, have no information on have no way to control. This is what Microsoft does and why I use Mozilla.

    It would help if you could provide the address for an example of such a site so others may check it. Give as an example something publicly accessible and not needing registration.
    Is any other software interfering?
    * what is ''Intel web components for Intel® Identity Protection Technology ''
    Have you tried clearing site cookies, reloading using Ctrl+F5 and maybe clearing the Firefox cache.
    If you have problems with only one site and only in Firefox, the problem is often outdated or corrupt files relating to that web page. I suggest you try the following.
    *Note <br /> It '''looks''' complicated but check the site after each numbered step, the first or 2nd step may solve the problem<br /> The linked articles have '''pictures''' ( screen shots) of the actions you need.
    # Try using the sites home page or a direct link and not a bookmark.
    # Reload website using an extra step to use avoid using the cached info.
    #* Hold down the Shift key and left-click the Reload button <br />OR Press '"Ctrl + F5"' |(Mac ) "Cmd + Shift + R"
    #Clear the cache, and cookies only from problem websites.
    ##<u>Remove the cookies </u>for a single problem website <br />Use: FirefoxButton / Tools → Options → |Privacy| → "Remove individual cookies"<br /> See: [[Delete cookies to remove the information websites have stored on your computer#w_delete-cookies-for-a-single-site]]'''_delete-cookies-for-a-single-site'''
    ## <u>Clear the cache</u> <br />Use ''FirefoxButton / Tools → Options → |Advanced | → Network >'' <br /> See: [[How to clear the Firefox cache#w_clear-the-cache]]_clear-the-cache
    # If the above did not work try in Firefox'[http://kb.mozillazine.org/Safe_Mode s] Safe Mode to check if an extension or some other factor causes the issue. <br /> Use: FirefoxButton /Tools → Help → ''Restart with Addons disabled... ''. <br />See: [[Troubleshoot Firefox issues using Safe Mode]] <br />also see [[Troubleshoot extensions, themes and hardware acceleration issues to solve common Firefox problems]]

  • My iphone 4s is importing contact information from FB and my email account.  When I pull up my contacts it only shows e-mail information and the phone numbers have disappeared.  How do I get my old contact list back with the phone numbers?

    My iphone 4s is importing contact information from FB and my e-mail account.  When I try to look at my contact list it is showing everyone I have on those lists and it only shows their email addresses.  The phone numbers for my contacts have disappeared and I don't know how to get them back.

        Hi macmac57. I don't memorize my numbers anymore, so I know how important it is to have all your contacts on your phone at all times. Did an update occur or a new application download when your contacts disappeared? Have you been backing up your device with your computer? You can try to restore your contacts from your last backup. http://support.apple.com/kb/HT1414
    Are you syncing your iPhone between multiple computers? This can sometimes create issues with your contacts. http://support.apple.com/kb/TS1474
    If you were already using iCloud to back up your contacts, check out http://support.apple.com/kb/TS3998 for some great tips from Apple.
    I do hope this has been helpful for you to restore your contacts.
    JenniferH_VZW
    Please follow us on Twitter @vzwsupport

  • How do I remove the shared link that's shares my contact information? I need to remove the link off all my contacts and not just on an individual basis. Somehow my boyfriends iPhone can see all of my contact information.

    Unshare my contact information so no one is able to see it.

    In addition my icloud is turned off and I also removed the shared linked off of my boyfriend's contact information on my phone but he still has access to all my contact information. I see the shared links in all my other contacts as well but I'm not sure if unlinking each contact will help. Is there another way to unshare the contact information?

  • Error while creating Supplier Contact through API

    Hi,
    I am not able to create supplier contact through an API: ap_vendor_pub_pkg.create_vendor_contact
    The return status (x_return_status)from the API is 'U' and x_msg_data is 'FND'.
    Please help with your suggestions !
    Thanks,
    Sambit

    Hi Hussein,
    Yes the only meesage that is coming in the pot parameter of the API is: 'FND'
    The code snippet is as below:
    ===================================================
    fnd_global.apps_initialize(user_id => v_user_id,
    resp_id => v_resp_id,
    resp_appl_id => v_application_id);
    mo_global.set_policy_context(
    'S', v_org_id);
    v_message := v_message || chr(13) || 'Assigning values for the api ';
    v_vendor_contact_rec_type.vendor_site_id := v_vendor_site_id;
    v_vendor_contact_rec_type.vendor_id := v_vendor_id;
    v_vendor_contact_rec_type.person_first_name := v_first_name;
    v_vendor_contact_rec_type.person_last_name := v_last_name;
    v_vendor_contact_rec_type.email_address := '[email protected]';
    v_vendor_contact_rec_type.org_id := v_org_id;
    v_message := v_message || chr(13) ||
    'Before calling AP_VENDOR_PUB_PKG.CREATE_VENDOR_CONTACT api ';
    BEGIN
    ap_vendor_pub_pkg.create_vendor_contact(p_api_version => v_api_version,
    p_init_msg_list => fnd_api.g_false,
    p_commit => fnd_api.g_false,
    p_validation_level => fnd_api.g_valid_level_full,
    x_return_status => v_return_status,
    x_msg_count => v_msg_count,
    x_msg_data => v_msg_data,
    p_vendor_contact_rec => v_vendor_contact_rec_type,
    x_vendor_contact_id => v_vendor_contact_id,
    x_per_party_id => v_per_party_id,
    x_rel_party_id => v_rel_party_id,
    x_rel_id => v_rel_id,
    x_org_contact_id => v_org_contact_id,
    x_party_site_id => v_party_site_id);
    v_message := v_message || chr(13) ||
    'After calling AP_VENDOR_PUB_PKG.CREATE_VENDOR_CONTACT api: '||v_msg_data;
    =========================================================================
    Output: v_msg_data= FND
    Thanks,
    Sambit

  • IOS7 syncing with MS Outlook 2010 no longer syncs all the contact information

    With the new iOS7 on an iPhone 4s, syncing with MS Outlook 2010 on win XP, the phone no longer syncs all the contact information as it used to before I updated to iOS7 and iTunes 11.1, and now ignores the "Home" addresses I have on Outlook.  It also apprears to miss some other bits of information too, but the home addresses are key for when I am away from the computer. How can I resolve this syncing error? Thank you.

    The same thing is happening to me since upgradng to iOS7, although I am syncing contacts with Mac contacts, not Outlook.

  • TS1347 My Outlook Contacts/calendars (running on an iMac) never sync properly with my iPhone, and now on the last sync 90% of the contact information on my iPhone has been deleted. Any ideas?

    My Outlook Contacts/calendars (running on an iMac) never sync properly with my iPhone, and now on the last sync 90% of the contact information on my iPhone has been deleted. Any ideas?

    Are these the instructions you followed:
    http://support.apple.com/kb/ht1670

  • Status of Backup Assistant for Contact Information

    Can some one tell me (preferably a Verizon technical resource) the status of Backup Assistant for Contact Information?
    I upgraded to a new phone a few weeks ago, and when searching MyVerizon saw the availability of the "free" contact backup capability...     It is not really free for me, because I don't have a data/text plan, so I had to pay for the app download and sync text transfer.    I figured it would be worth a few dollars to have the backup capability and ability to enter data from a keyboard instead of the numeric pad (I have a flip phone without a qwerty keyboard).     The sync import of my phone's contact list worked fine, and I spent quite a bit of time updating addresses online...   However, the changes online were not exported back to my phone, so my  work added no value me.  
    I attempted to wait a few days to see if a regular update would resolve the problem...   Tried making a few updates today--the web application seemed buggier than a few weeks ago...  If I tried to input more that a one field, it refused to save the contact.   I could update by doing small updates and saving, but this was painful...   Tried several times to update the ICE contacts--they would appear to be OK, but after a save the changes were lost...
    Tried reading documentation to see if there was an explanation of how to download changes made online to phone...     Could find nothing other than instructions to download to a "new" phone...
    Came to the forum to see if there was a message here that would help me...   I was very disappointed to see that the Backup Assistant has apparently been "broken" for several weeks with no apparent resolution timeframe available.  
    As an IT guy, I was appalled that Verizon does not have anything on the web site that warns users that there is a problem with the site and gives an approximate resolution time for the problem.    This is always a priority for my group--make the users aware of the problem and give them status on resolution progress.  Verizon's lack of information has let me waste time and money trying to work with an application that is known to be broken.
    Key questions for me:
    1)  Can the cost of downloading backup assistant and the syncing be refunded to me?   (The service to date has only provides me with a frustrating online update experience with no benefit to me on my phone.)
    2)  When will the site be functioning with normal capability?
    3)  What is normal function?   Are the problems that I have had with updates due to the problem discussed in other posts or are they standard features of buggy code?
    4)  If the application were working normally, how would one do updates online and have those updates exported back to the phone?

    BillW wrote:
    Can some one tell me (preferably a Verizon technical resource) the status of Backup Assistant for Contact Information? I doubt you will get anything but the "canned" response from the employees and techies....we are aware of a problem and have no estimated time of resolution. 
    I upgraded to a new phone a few weeks ago, and when searching MyVerizon saw the availability of the "free" contact backup capability...     It is not really free for me, because I don't have a data/text plan, so I had to pay for the app download and sync text transfer.   Yeah, I hear that.  $1.99....  I figured it would be worth a few dollars to have the backup capability and ability to enter data from a keyboard instead of the numeric pad (I have a flip phone without a qwerty keyboard).     The sync import of my phone's contact list worked fine, and I spent quite a bit of time updating addresses online...   However, the changes online were not exported back to my phone, so my  work added no value me. That's where the current issue is - syncing online changes back to the phone. 
    I attempted to wait a few days to see if a regular update would resolve the problem...   Tried making a few updates today--the web application seemed buggier than a few weeks ago...  If I tried to input more that a one field, it refused to save the contact.   I could update by doing small updates and saving, but this was painful...   Tried several times to update the ICE contacts--they would appear to be OK, but after a save the changes were lost...
    Tried reading documentation to see if there was an explanation of how to download changes made online to phone...     Could find nothing other than instructions to download to a "new" phone...  The "sync" with the online system is supposed to happen automatically.  I set the option on my phone (go to BA on the phone, Options >> Set Schedule.  I have mine set to late night.)  It is supposed to connect to your online backup and sync any changes.  Mine shows last back up at 10 days ago, and I am not inclined to hit the "back up NOW" option as that is what seems to be causing loss of contacts form the phone.
    Came to the forum to see if there was a message here that would help me...   I was very disappointed to see that the Backup Assistant has apparently been "broken" for several weeks with no apparent resolution timeframe available.  
    As an IT guy, I was appalled that Verizon does not have anything on the web site that warns users that there is a problem with the site and gives an approximate resolution time for the problem.    This is always a priority for my group--make the users aware of the problem and give them status on resolution progress.  Verizon's lack of information has let me waste time and money trying to work with an application that is known to be broken.
    Key questions for me:
    1)  Can the cost of downloading backup assistant and the syncing be refunded to me? Once the app is downloaded, there is no data charge for the syncing... and I doubt you will get the refund of the $1.99. (The service to date has only provides me with a frustrating online update experience with no benefit to me on my phone.)
    2)  When will the site be functioning with normal capability? No clue...
    3)  What is normal function?   Are the problems that I have had with updates due to the problem discussed in other posts or are they standard features of buggy code?  It has worked as you expect it would, for me, in the past.  I have used it for years, actually, and been pleased, and recommended it to others.  The recent debacle is very disappointing.
    4)  If the application were working normally, how would one do updates online and have those updates exported back to the phone?  Normally, it would be automatically synced to your phone when you log out of the online service, and then a daily backup from your phone to the website would occur on the schedule you set.
    I am not a Verizon employee, I am simply a customer, satisfied for the most part with my service, and I like to help others.  This recent BA mess is not fun....and I hope it gets resolved very soon.

  • SCCM 2012 R2 SQL Database Upgrade Fails : Setup cannot upgrade the ConfigMgr database. Contact your SQL administrator.

    Hi Friends,
    We have planned to upgrade our SCCM 2012 SP1 infrastructure to SCCM 2012 R2 so we have setup test environment to test SQL database upgrade before doing same in production.
    But while testing SQL database upgrade on test machine, it is getting failed with below error.
    ConfigMgrSetupWizard.log
    ConfigMgrSetupWizard Verbose: 1 : Scripted setup failure handling callback called. Failure: 29.
    ConfigMgrSetupWizard Verbose: 1 : Received error [Setup cannot upgrade the ConfigMgr database. Contact your SQL administrator.] from native code.
    ConfigMgrSetup.log
    ERROR: SQL Server error: [23000][2627][Microsoft][SQL Server Native Client 11.0][SQL Server]Violation of PRIMARY KEY constraint 'ContentDistribution_PK'. Cannot insert duplicate key in object 'dbo.ContentDistribution'. The duplicate key value is (921). :
    tr_ContentDistributionNotification_insert
    ERROR: Failed to execute SQL Server command:  ~-- ~-- Rebuild ContentDistribution tables ~-- ~IF (EXISTS(SELECT TOP 1 1 FROM dbo.SMSData WHERE SMSBuildNumber <=  7900) AND dbo.fnIsSecondary() != 1) ~BEGIN ~    exec spRebuildContentDistribution
    @TruncateTables=0 ~END
    Failed to create process of SetupWpf.exe.
    Can anyone please help to get this resolved.
    Thanks. 

    We found out that there were duplicate entries in the PkgStatus_G and the PkgServers_G tables in the SCCM DB.  We identified them, deleted them , and then we were able to run the /TESTDBUPGRADE command and it went through fine.  We performed
    all of this on a COPY of the PROD DB and then moved the changes in PROD.  Hope this helps someone.
    - Dave

  • Urgent_Vendor segmentation in Oracle R12 supplier hub

    Hi,
    Client has a requirement that system should automatically define the vendor segmentation based on their own criteria.
    For example, custom program identifies all the suppliers who met the crietria and update the field value (field values are tier1, tier2, tier3, tier4) accordingly in the supplier profile in R12 supplier hub
    Question- Please let me know the options to implement this in Oracle.
    Thanks

    Hi Vidhu,
    Every supplier will have a site meant for different purposes ... at the backend they are stored in AP_SUPPLIER_SITES_ALL table ...
    If you query this table, you can find the list of supplier sites that are enabled for Purchase Site assignment and Payment Sites assignment ....
    i.e.
    Select VENDOR_ID, VENDOR_SITE_ID, ORG_ID, PURCHASING_SITE_FLAG, PAY_SITE_FLAG from AP_SUPPLIER_SITES_ALL
    From Vendor ID you can find the supplier name and number from AP_SUPPLIERS table
    From Vendor Site ID you can find the supplier site name from AP_SUPPLIER_SITES_ALL table
    From ORG_ID you can find the operating unit name from HR_OPERATING_UNITS
    I would recommend enabling the Pay_site_flag for the supplier sites that are enabled for Purchase site flag and assigned to operating unit already .....
    Since you cannot create Invoice for a supplier site, if the site is not enabled for Pay_Site_flag, and you cannot create purchase order for a supplier site, if the site is not enabled for Purchasing_site_flag... hence from business perspective they need a site in every operating unit which is enabled for Pay_site_flag and Purchasing_site_flag ...
    Regards,
    Ivruksha

Maybe you are looking for