DBA Data[Home] [Help]

APPS.JA_CN_COA_EXP_PKG dependencies on HZ_LOCATIONS

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

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

Line 1367: ,addr HZ_LOCATIONS.address1%TYPE

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

Line 1617: ,HZ_LOCATIONS LOC

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