DBA Data[Home] [Help]

APPS.JA_CN_COA_EXP_PKG dependencies on HZ_CUST_ACCOUNTS

Line 1364: l_cust_account_id HZ_CUST_ACCOUNTS.CUST_ACCOUNT_ID%TYPE;

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

Line 1365: l_party_id HZ_CUST_ACCOUNTS.PARTY_ID%TYPE;

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

Line 1426: ,HZ_CUST_ACCOUNTS CUST

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