DBA Data[Home] [Help]

APPS.HZ_CUSTOMER_INT dependencies on ARH_ADDR_PKG

Line 2135: IF ARH_ADDR_PKG.check_tran_for_all_accts(l_location_id)

2131: OR p_province <> l_province
2132: OR p_postal_code <> l_postal_code
2133: )
2134: THEN
2135: IF ARH_ADDR_PKG.check_tran_for_all_accts(l_location_id)
2136: THEN
2137: return err_msg;
2138: ELSE
2139: return NULL;