DBA Data[Home] [Help]

APPS.JA_CN_COA_EXP_PKG dependencies on HZ_PARTIES

Line 1418: --?? ,nvl(CUST_PARTY.Party_Number, '') cust_number -- take hz_parties.Party_Number to keep consistency with sla export

1414: SELECT DISTINCT
1415: CUST.CUST_ACCOUNT_ID cust_account_id
1416: ,CUST.PARTY_ID party_id
1417: /*,'C'||nvl(CUST.ACCOUNT_NUMBER, '') cust_number*/
1418: --?? ,nvl(CUST_PARTY.Party_Number, '') cust_number -- take hz_parties.Party_Number to keep consistency with sla export
1419: ,nvl(BAL.Third_Party_Number,'') cust_number -- temp solutin ????
1420: ,nvl(CUST_PARTY.PARTY_NAME, '') cust_name
1421: /*,nvl(L_CLASS.MEANING, '') cust_class --CUSTOMER_CLASS_MEANING*/
1422: ,nvl(CP.CREDIT_RATING, '') cust_credit

Line 1425: ,HZ_PARTIES CUST_PARTY

1421: /*,nvl(L_CLASS.MEANING, '') cust_class --CUSTOMER_CLASS_MEANING*/
1422: ,nvl(CP.CREDIT_RATING, '') cust_credit
1423: FROM JA_CN_ACCOUNT_BALANCES BAL
1424: ,HZ_CUST_ACCOUNTS CUST
1425: ,HZ_PARTIES CUST_PARTY
1426: /*,AR_LOOKUPS L_CLASS*/
1427: ,HZ_CUSTOMER_PROFILES CP
1428: WHERE BAL.Ledger_Id = l_ledger_id --using variable l_ledger_id
1429: AND BAL.LEGAL_ENTITY_ID=l_le_id --using variable l_le_id