Performance - EBS (MOSC)

MOSC Banner

Query with FTS

edited Aug 25, 2015 10:01AM in Performance - EBS (MOSC) 6 commentsAnswered

Hi,

I want to get customer addresses and written query but problem is FTS on hz_cust_accounts_all

/* Formatted on 2015/08/14 16:22:25 (QP5 v5.256.13226.35538) */

SELECT CA.CUST_ACCOUNT_ID,

       HL.LOCATION_ID,

       HL.ADDRESS1,

       HL.ADDRESS2,

       HL.CITY,

       HL.POSTAL_CODE,

       HL.COUNTRY,

       PA.STATUS,

       CU.PRIMARY_FLAG,

       HL.CREATION_DATE,

       HL.LAST_UPDATE_DATE

  FROM AR.HZ_CUST_SITE_USES_ALL CU,

       AR.HZ_CUST_ACCOUNTS CA,

       AR.HZ_CUST_ACCT_SITES_ALL CS,

       AR.HZ_PARTIES PA,

       AR.HZ_PARTY_SITES HPS,

       AR.HZ_LOCATIONS HL

WHERE     CA.CUST_ACCOUNT_ID      = CS.CUST_ACCOUNT_ID

       AND CU.CUST_ACCT_SITE_ID      = CS.CUST_ACCT_SITE_ID

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

EBS Performance Tags

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center