DBA Data[Home] [Help]

APPS.JA_CN_COA_EXP_PKG dependencies on HZ_LOCATIONS

Line 1367: TYPE t_cust_city_addr IS RECORD ( city HZ_LOCATIONS.CITY%TYPE

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: );
1370: TYPE t_cust_city_addr_array IS TABLE OF t_cust_city_addr;
1371: l_all_cust_city_addr t_cust_city_addr_array;

Line 1368: ,addr HZ_LOCATIONS.address1%TYPE

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: );
1370: TYPE t_cust_city_addr_array IS TABLE OF t_cust_city_addr;
1371: l_all_cust_city_addr t_cust_city_addr_array;
1372: l_cust_city_addr t_cust_city_addr;

Line 1619: ,HZ_LOCATIONS LOC

1615: */
1616: ,nvl(LOC.ADDRESS1, '') cust_addr
1617: BULK COLLECT INTO l_all_cust_city_addr
1618: FROM HZ_CUST_ACCT_SITES_ALL ADDR
1619: ,HZ_LOCATIONS LOC
1620: ,HZ_PARTY_SITES PARTY_SITE
1621: ,HZ_LOC_ASSIGNMENTS LOC_ASSIGN
1622: ,HZ_CUST_SITE_USES_ALL SU
1623: ,HR_ORGANIZATION_INFORMATION HOI