DBA Data[Home] [Help]

APPS.JA_CN_COA_EXP_PKG dependencies on HZ_CUST_ACCOUNTS

Line 1363: l_cust_account_id HZ_CUST_ACCOUNTS.CUST_ACCOUNT_ID%TYPE;

1359: TYPE t_sup_phone_array IS TABLE OF VARCHAR2(100);
1360: l_all_sup_phone t_sup_phone_array;
1361:
1362: --For Customer
1363: l_cust_account_id HZ_CUST_ACCOUNTS.CUST_ACCOUNT_ID%TYPE;
1364: l_party_id HZ_CUST_ACCOUNTS.PARTY_ID%TYPE;
1365: --For city and address of Customer
1366: TYPE t_cust_city_addr IS RECORD ( city HZ_LOCATIONS.CITY%TYPE
1367: ,addr HZ_LOCATIONS.address1%TYPE

Line 1364: l_party_id HZ_CUST_ACCOUNTS.PARTY_ID%TYPE;

1360: l_all_sup_phone t_sup_phone_array;
1361:
1362: --For Customer
1363: l_cust_account_id HZ_CUST_ACCOUNTS.CUST_ACCOUNT_ID%TYPE;
1364: l_party_id HZ_CUST_ACCOUNTS.PARTY_ID%TYPE;
1365: --For city and address of Customer
1366: TYPE t_cust_city_addr IS RECORD ( city HZ_LOCATIONS.CITY%TYPE
1367: ,addr HZ_LOCATIONS.address1%TYPE
1368: );

Line 1424: ,HZ_CUST_ACCOUNTS CUST

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
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